diff options
author | Tobias Diedrich <ranma+openocd@tdiedrich.de> | 2017-04-14 19:45:51 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-05-09 18:03:28 +0200 |
commit | 1f064d75515c0ce7e4cc35a55dddb3d3fde25ff4 (patch) | |
tree | 9207a005b5f717ce8341ac48631acc224109dfb1 /src/superio/ite/it8728f/Kconfig | |
parent | 06ef8897187cd08fbe13410a62c0302afd64c1ea (diff) | |
download | coreboot-1f064d75515c0ce7e4cc35a55dddb3d3fde25ff4.tar.xz |
superio/ite/it8728f: Hook up common environment-controller driver
This replaces the custom environment controller handling in the it8728
driver with the common library.
It also updates the two existing boards with hwm register settings in
their devicetree config so they better match their vendor BIOS fan
control settings.
Change-Id: Idf0c8908ba5ad6ff552b8302bffc638aa9052941
Signed-off-by: Tobias Diedrich <ranma+coreboot@tdiedrich.de>
Reviewed-on: https://review.coreboot.org/19293
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/superio/ite/it8728f/Kconfig')
-rw-r--r-- | src/superio/ite/it8728f/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/superio/ite/it8728f/Kconfig b/src/superio/ite/it8728f/Kconfig index 12af418816..90c3b509af 100644 --- a/src/superio/ite/it8728f/Kconfig +++ b/src/superio/ite/it8728f/Kconfig @@ -17,3 +17,7 @@ config SUPERIO_ITE_IT8728F bool select SUPERIO_ITE_COMMON_ROMSTAGE + select SUPERIO_ITE_ENV_CTRL + select SUPERIO_ITE_ENV_CTRL_PWM_FREQ2 + select SUPERIO_ITE_ENV_CTRL_FAN16_CONFIG + select SUPERIO_ITE_ENV_CTRL_8BIT_PWM |