Browse Source

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 <dmitrii.golovanov@intel.com>
pull/69687/head
Dmitrii Golovanov 1 year ago committed by Jamie McCrae
parent
commit
9debd98799
  1. 13
      boards/up/up_squared_pro_7000/Kconfig.defconfig

13
boards/up/up_squared_pro_7000/Kconfig.defconfig

@ -32,8 +32,6 @@ config HEAP_MEM_POOL_ADD_SIZE_ACPI @@ -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 @@ -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

Loading…
Cancel
Save