From a3f643a3c0b350703d2531bb54530b102fe68caf Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Wed, 23 Aug 2017 16:53:31 +0200 Subject: drivers/i2c/nct7802y: Add new hardware-monitoring IC Just another hardware-monitoring chip. Only limited fan control and PECI configuration is implemented. Change-Id: I35ea79e12941804e398c6304a08170a776f4ca76 Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/c/coreboot/+/29475 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/drivers/i2c/nct7802y/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/drivers/i2c/nct7802y/Kconfig (limited to 'src/drivers/i2c/nct7802y/Kconfig') diff --git a/src/drivers/i2c/nct7802y/Kconfig b/src/drivers/i2c/nct7802y/Kconfig new file mode 100644 index 0000000000..a51f384b3f --- /dev/null +++ b/src/drivers/i2c/nct7802y/Kconfig @@ -0,0 +1,4 @@ +config DRIVERS_I2C_NCT7802Y + bool + help + The NCT7802Y by Nuvoton is a Hardware Monitoring IC. -- cgit v1.2.3