boards: up: Fix spaces Fixes compliance issue Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
diff --git a/boards/up/up_squared_pro_7000/Kconfig.defconfig b/boards/up/up_squared_pro_7000/Kconfig.defconfig index 7cc6e14..84744a7 100644 --- a/boards/up/up_squared_pro_7000/Kconfig.defconfig +++ b/boards/up/up_squared_pro_7000/Kconfig.defconfig
@@ -16,6 +16,7 @@ default 19200000 if APIC_TIMER + config APIC_TIMER_IRQ default 24 config APIC_TIMER_TSC_M @@ -28,27 +29,34 @@ default y if ACPI + config HEAP_MEM_POOL_ADD_SIZE_ACPI default 64000000 config MAIN_STACK_SIZE default 320000 if SHELL + config SHELL_STACK_SIZE default 320000 endif # SHELL endif # ACPI if DMA + config DMA_64BIT - default y + default y + config DMA_DW_HW_LLI - default n + default n + config DMA_DW_CHANNEL_COUNT - default 2 + default 2 + endif + config UART_NS16550_INTEL_LPSS_DMA - default y + default y config HAS_COVERAGE_SUPPORT default y