boards: up: Fix spaces
Fixes compliance issue Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
committed by
Carles Cufi
parent
58cc4013b3
commit
b1b85e2495
@@ -16,6 +16,7 @@ config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||
default 19200000
|
||||
|
||||
if APIC_TIMER
|
||||
|
||||
config APIC_TIMER_IRQ
|
||||
default 24
|
||||
config APIC_TIMER_TSC_M
|
||||
@@ -28,27 +29,34 @@ config ACPI
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user