aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google
diff options
context:
space:
mode:
authorChris.Wang <chris.wang@amd.corp-partner.google.com>2022-12-13 14:31:38 +0800
committerKarthik Ramasubramanian <kramasub@google.com>2022-12-20 21:05:47 +0000
commit9ac0984c5a91b831ac0f0614e604b70b3fa634d0 (patch)
treef7380fd09566e04390d619c827e1754b55cd4b65 /src/mainboard/google
parent134d740168f602c7c697e5b1975f8a0a591b205d (diff)
soc/amd/mendocino: add dptc tablet mode support
add dptc support for different power parameter on tablet/clamshell mode. BUG=b:257187831 BRANCH=none TEST=validate the parameter change for each mode by AGT. Signed-off-by: Chris.Wang <chris.wang@amd.corp-partner.google.com> Change-Id: I96e04d113d18b42f3457056a5e4fa311ceccffb3 Reviewed-on: https://review.coreboot.org/c/coreboot/+/70670 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Raul Rangel <rrangel@chromium.org> Reviewed-by: Tim Van Patten <timvp@google.com> Reviewed-by: John Su <john_su@compal.corp-partner.google.com> Reviewed-by: Dtrain Hsu <dtrain_hsu@compal.corp-partner.google.com> Reviewed-by: Frank Wu <frank_wu@compal.corp-partner.google.com>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r--src/mainboard/google/skyrim/Kconfig7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mainboard/google/skyrim/Kconfig b/src/mainboard/google/skyrim/Kconfig
index f171b9ff24..5eee2d617a 100644
--- a/src/mainboard/google/skyrim/Kconfig
+++ b/src/mainboard/google/skyrim/Kconfig
@@ -164,11 +164,4 @@ config ENABLE_STB_SPILL_TO_DRAM
just the small SRAM buffer to a much larger area reserved in main
memory.
-config FEATURE_DYNAMIC_DPTC
- bool
- depends on SOC_AMD_COMMON_BLOCK_ACPI_DPTC
- help
- Selected by mainboards that implement support for ALIB
- to enable dynamic DPTC.
-
endif # BOARD_GOOGLE_BASEBOARD_SKYRIM