Skip to content

Commit

Permalink
hwmv2: boards: up_squared_pro_700: Add missed intel_adl changes
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
golowanow committed Feb 9, 2024
1 parent 020b2f6 commit f4d18f5
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions boards/up/up_squared_pro_7000/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,24 @@ 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
default 320000
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

Expand Down

0 comments on commit f4d18f5

Please sign in to comment.