google/skyrim/Kconfig: Enable DPTC for Morthal
Enable SOC_AMD_COMMON_BLOCK_ACPI_DPTC for Morthal boards, to enable support for the low/no battery boot feature. BUG=b:217911928 TEST=build_packages --board=skyrim chromeos-bootimage --autosetgov Change-Id: I3eb6bee6601e34420a90f33f8f2c45cf3fe37f9b Signed-off-by: Tim Van Patten <timvp@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/70216 Reviewed-by: Raul Rangel <rrangel@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
65bcb57eea
commit
868c8873ef
|
@ -13,6 +13,7 @@ config BOARD_GOOGLE_WINTERHOLD
|
||||||
config BOARD_GOOGLE_MORTHAL
|
config BOARD_GOOGLE_MORTHAL
|
||||||
bool "-> Morthal"
|
bool "-> Morthal"
|
||||||
select BOARD_GOOGLE_BASEBOARD_SKYRIM
|
select BOARD_GOOGLE_BASEBOARD_SKYRIM
|
||||||
|
select SOC_AMD_COMMON_BLOCK_ACPI_DPTC
|
||||||
|
|
||||||
config BOARD_GOOGLE_FROSTFLOW
|
config BOARD_GOOGLE_FROSTFLOW
|
||||||
bool "-> Frostflow"
|
bool "-> Frostflow"
|
||||||
|
|
Loading…
Reference in New Issue