summaryrefslogtreecommitdiffstats
path: root/src/mainboard/system76/tgl-h/Kconfig
diff options
context:
space:
mode:
authorJeremy Soller <jackpot51@gmail.com>2023-08-17 10:36:48 -0600
committerMartin L Roth <gaumless@gmail.com>2023-08-26 22:26:59 +0000
commit3d7a5bdf58e047575c085d1e919279de59cbbfa7 (patch)
tree49dc31399b5cdeaccc5f1f86e8a89ad38caac1c6 /src/mainboard/system76/tgl-h/Kconfig
parent8fc68816a96c6fdfc7a35ec1c68b681b03decc06 (diff)
downloadcoreboot-3d7a5bdf58e047575c085d1e919279de59cbbfa7.tar.gz
coreboot-3d7a5bdf58e047575c085d1e919279de59cbbfa7.tar.bz2
coreboot-3d7a5bdf58e047575c085d1e919279de59cbbfa7.zip
mb/system76: Enable DRIVERS_GENERIC_BAYHUB_LV2 to fix LTR issue
Clevo started using OZ711LV2 for the SD card reader around the time of making its TGL boards. Without the driver, CPUs don't go to power states lower than C2 due to LTR not being programmed. After enabling the driver the CPU will go to C8 while the system is idle, giving significant power savings if the system is left on battery power. There is another issue with RPL where it only goes to C6 instead of C8. This may be due to the intel_idle driver in Linux (as of 6.5-rc6 mainline and 6.4.6 stable) not supporting RPL C-states. - tgl: Started being used with the Gazelle 3060 variant - adl: Used on all models - rpl: bonw15 does not have an SD card reader Change-Id: I85c60feb6dcae7d877e70a6c6f2d3a7b3296fa0e Signed-off-by: Jeremy Soller <jeremy@system76.com> Signed-off-by: Tim Crawford <tcrawford@system76.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/77278 Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/system76/tgl-h/Kconfig')
-rw-r--r--src/mainboard/system76/tgl-h/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/system76/tgl-h/Kconfig b/src/mainboard/system76/tgl-h/Kconfig
index 9fd2ee2e0d90..bd5210a6cdbf 100644
--- a/src/mainboard/system76/tgl-h/Kconfig
+++ b/src/mainboard/system76/tgl-h/Kconfig
@@ -3,6 +3,7 @@ if BOARD_SYSTEM76_GAZE16_3050 || BOARD_SYSTEM76_GAZE16_3060 || BOARD_SYSTEM76_GA
config BOARD_SPECIFIC_OPTIONS
def_bool y
select BOARD_ROMSIZE_KB_16384
+ select DRIVERS_GENERIC_BAYHUB_LV2 if BOARD_SYSTEM76_GAZE16_3060 || BOARD_SYSTEM76_GAZE16_3060_B
select DRIVERS_GENERIC_CBFS_SERIAL
select DRIVERS_GENERIC_CBFS_UUID
select DRIVERS_I2C_HID