board: x86: rpl_crb: added acpi support for raptor lake crb

added acpi support for raptor lake crb

Signed-off-by: Najumon Ba <najumon.ba@intel.com>
This commit is contained in:
Najumon Ba 2023-03-30 12:43:28 +05:30 committed by Johan Hedberg
commit 90347583ac
2 changed files with 10 additions and 0 deletions

View file

@ -26,4 +26,12 @@ config APIC_TIMER_TSC_N
default 249
endif
config ACPI
default y
if SHELL
config SHELL_STACK_SIZE
default 320000
endif
endif # BOARD_RPL_CRB

View file

@ -13,3 +13,5 @@ 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