diff options
author | John Su <john_su@compal.corp-partner.google.com> | 2023-01-07 00:12:16 +0800 |
---|---|---|
committer | Eric Lai <eric_lai@quanta.corp-partner.google.com> | 2023-01-09 00:26:45 +0000 |
commit | a07fca1eeb89ca12295efdc75c7fc1008de510d2 (patch) | |
tree | 3f673f87bdeba88286ae6935559d891a0b8f164d /src/mainboard | |
parent | d5d6ecf63a87eb110f74dae9aa542eb9ee1872a8 (diff) | |
download | coreboot-a07fca1eeb89ca12295efdc75c7fc1008de510d2.tar.gz coreboot-a07fca1eeb89ca12295efdc75c7fc1008de510d2.tar.bz2 coreboot-a07fca1eeb89ca12295efdc75c7fc1008de510d2.zip |
mb/google/skyrim/var/markarth: Enable DPTC support
Enable DPTC support for markarth.
BUG=b:263216451
TEST=emerge-skyrim coreboot
Change-Id: I18c2c840037f65f4f2ca92054247cece28843e45
Signed-off-by: John Su <john_su@compal.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/71720
Reviewed-by: Tim Van Patten <timvp@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Dtrain Hsu <dtrain_hsu@compal.corp-partner.google.com>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/skyrim/Kconfig.name | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/skyrim/Kconfig.name b/src/mainboard/google/skyrim/Kconfig.name index e7c6505c6c71..009543388971 100644 --- a/src/mainboard/google/skyrim/Kconfig.name +++ b/src/mainboard/google/skyrim/Kconfig.name @@ -30,3 +30,4 @@ config BOARD_GOOGLE_CRYSTALDRIFT config BOARD_GOOGLE_MARKARTH bool "-> Markarth" select BOARD_GOOGLE_BASEBOARD_SKYRIM + select SOC_AMD_COMMON_BLOCK_ACPI_DPTC |