summaryrefslogtreecommitdiff
path: root/src/superio
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2020-08-12 11:07:17 -0500
committerFelix Held <felix-coreboot@felixheld.de>2020-08-14 00:51:37 +0000
commitc32f0a4c5052dcb75cf9f30da9283093b68caf35 (patch)
tree08c808aa456299e482fd8b9a7d93b86cb24cb0a8 /src/superio
parent67f80fb8f56a1ff393306fac0d2930a41e3d2a19 (diff)
downloadcoreboot-c32f0a4c5052dcb75cf9f30da9283093b68caf35.tar.xz
superio/ite/it8728f: Correct Kconfig selections
Per the datasheet and the it87 kernel driver, the IT8728F supports both 5 fans (vs 3) and use of a single 7-bit register for the PWM slope (5 bits in closed-loop mode). Change-Id: I3d1e6f5030f18d2c8ff533965ae4718be0f3c279 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44419 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/superio')
-rw-r--r--src/superio/ite/it8728f/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/superio/ite/it8728f/Kconfig b/src/superio/ite/it8728f/Kconfig
index 46410af9f0..be0c20717e 100644
--- a/src/superio/ite/it8728f/Kconfig
+++ b/src/superio/ite/it8728f/Kconfig
@@ -7,3 +7,5 @@ config SUPERIO_ITE_IT8728F
select SUPERIO_ITE_ENV_CTRL_PWM_FREQ2
select SUPERIO_ITE_ENV_CTRL_FAN16_CONFIG
select SUPERIO_ITE_ENV_CTRL_8BIT_PWM
+ select SUPERIO_ITE_ENV_CTRL_5FANS
+ select SUPERIO_ITE_ENV_CTRL_7BIT_SLOPE_REG