boards: intel_adl: Move ACPI specific configuration to Kconfig
Move ACPI specific configuration to Kconfig.defconfig from the board defconfigs. Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
93672e2f8f
commit
192fa65a8e
|
@ -31,6 +31,18 @@ endif
|
|||
config ACPI
|
||||
default y
|
||||
|
||||
if ACPI
|
||||
config HEAP_MEM_POOL_SIZE
|
||||
default 64000000
|
||||
config MAIN_STACK_SIZE
|
||||
default 320000
|
||||
|
||||
if SHELL
|
||||
config SHELL_STACK_SIZE
|
||||
default 320000
|
||||
endif # SHELL
|
||||
endif # ACPI
|
||||
|
||||
endif # BOARD_INTEL_ADL_CRB || BOARD_INTEL_ADL_RVP
|
||||
|
||||
if BOARD_INTEL_ADL_RVP
|
||||
|
|
|
@ -12,6 +12,4 @@ CONFIG_X2APIC=y
|
|||
CONFIG_SMP=y
|
||||
CONFIG_BUILD_OUTPUT_EFI=y
|
||||
CONFIG_BUILD_NO_GAP_FILL=y
|
||||
CONFIG_HEAP_MEM_POOL_SIZE=64000000
|
||||
CONFIG_MAIN_STACK_SIZE=320000
|
||||
CONFIG_UART_NS16550_PARENT_INIT_LEVEL=y
|
||||
|
|
|
@ -12,6 +12,4 @@ CONFIG_X2APIC=y
|
|||
CONFIG_SMP=y
|
||||
CONFIG_BUILD_OUTPUT_EFI=y
|
||||
CONFIG_BUILD_NO_GAP_FILL=y
|
||||
CONFIG_HEAP_MEM_POOL_SIZE=64000000
|
||||
CONFIG_MAIN_STACK_SIZE=320000
|
||||
CONFIG_UART_NS16550_PARENT_INIT_LEVEL=y
|
||||
|
|
Loading…
Reference in a new issue