diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2016-11-23 16:39:52 +0100 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-11-28 01:07:14 +0100 |
commit | a6cbbd6a0aaec6f4f3af85e7152d54da7d7ab900 (patch) | |
tree | faedecc5e3905c9c9eeb88f16a381d0e1ae36963 /src/superio/ite/it8718f/Kconfig | |
parent | 4b940bea5415d65456d79b555c4f4e4947a633b7 (diff) | |
download | coreboot-a6cbbd6a0aaec6f4f3af85e7152d54da7d7ab900.tar.xz |
sio/it8718f: Hook up common environment-controller driver
Change-Id: I25019c6323b6e9de2e0ce19325266bf3e8f2e309
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/17581
Tested-by: build bot (Jenkins)
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/superio/ite/it8718f/Kconfig')
-rw-r--r-- | src/superio/ite/it8718f/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/superio/ite/it8718f/Kconfig b/src/superio/ite/it8718f/Kconfig index 0721317528..3201195ec1 100644 --- a/src/superio/ite/it8718f/Kconfig +++ b/src/superio/ite/it8718f/Kconfig @@ -17,3 +17,6 @@ config SUPERIO_ITE_IT8718F bool select SUPERIO_ITE_COMMON_ROMSTAGE + select SUPERIO_ITE_ENV_CTRL + select SUPERIO_ITE_ENV_CTRL_FAN16_CONFIG + select SUPERIO_ITE_ENV_CTRL_PWM_FREQ2 |