From f4d18f533d6d252477ba0f2a5a2506a7c664da3f Mon Sep 17 00:00:00 2001 From: Dmitrii Golovanov Date: Fri, 9 Feb 2024 15:20:44 +0100 Subject: [PATCH] hwmv2: boards: up_squared_pro_700: Add missed intel_adl changes Align with changes at `boards/x86/intel_adl` done by #62694 and #67452 while the `up_squared_pro_700` board was in migration to HWMv2 at `collab-hwm' branch. Signed-off-by: Dmitrii Golovanov --- boards/up/up_squared_pro_7000/Kconfig.defconfig | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/boards/up/up_squared_pro_7000/Kconfig.defconfig b/boards/up/up_squared_pro_7000/Kconfig.defconfig index 29bf4138cc9261..7cc6e1464bc172 100644 --- a/boards/up/up_squared_pro_7000/Kconfig.defconfig +++ b/boards/up/up_squared_pro_7000/Kconfig.defconfig @@ -32,8 +32,6 @@ config HEAP_MEM_POOL_ADD_SIZE_ACPI default 64000000 config MAIN_STACK_SIZE default 320000 -config ACPI_PRT_BUS_NAME - default "_SB.PC00" if SHELL config SHELL_STACK_SIZE @@ -41,6 +39,17 @@ config SHELL_STACK_SIZE endif # SHELL endif # ACPI +if DMA +config DMA_64BIT + default y +config DMA_DW_HW_LLI + default n +config DMA_DW_CHANNEL_COUNT + default 2 +endif +config UART_NS16550_INTEL_LPSS_DMA + default y + config HAS_COVERAGE_SUPPORT default y