Skip to content

Commit

Permalink
boards: intel_adl: Move ACPI specific configuration to Kconfig
Browse files Browse the repository at this point in the history
Move ACPI specific configuration to Kconfig.defconfig from the board
defconfigs.

(cherry picked from commit 192fa65)

Original-Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
GitOrigin-RevId: 192fa65
Change-Id: I5201aa292866900db231d1307015e89f9a2b9332
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/4797702
Commit-Queue: Fabio Baltieri <fabiobaltieri@google.com>
Tested-by: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com>
Tested-by: Fabio Baltieri <fabiobaltieri@google.com>
Reviewed-by: Fabio Baltieri <fabiobaltieri@google.com>
  • Loading branch information
finikorg authored and Chromeos LUCI committed Aug 21, 2023
1 parent fbddb56 commit 4a2b227
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 12 additions & 0 deletions boards/x86/intel_adl/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions boards/x86/intel_adl/intel_adl_crb_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 0 additions & 2 deletions boards/x86/intel_adl/intel_adl_rvp_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4a2b227

Please sign in to comment.