Skip to content

Commit

Permalink
boards: adl: Increase stack sizes for ACPICA and SHELL
Browse files Browse the repository at this point in the history
Increase stack sizes when needed.

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
  • Loading branch information
finikorg authored and jhedberg committed Aug 2, 2023
1 parent c8e96e4 commit 81b3307
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions boards/x86/adl/Kconfig.defconfig
Expand Up @@ -28,6 +28,18 @@ config APIC_TIMER_TSC_N
default 249
endif

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_ADL_CRB || BOARD_ADL_RVP

if BOARD_ADL_RVP
Expand Down

0 comments on commit 81b3307

Please sign in to comment.