diff options
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 2e25b7a827d3..ee57a4a2cd72 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -814,6 +814,16 @@ config SENSORS_TMP401 | |||
814 | This driver can also be built as a module. If so, the module | 814 | This driver can also be built as a module. If so, the module |
815 | will be called tmp401. | 815 | will be called tmp401. |
816 | 816 | ||
817 | config SENSORS_TMP421 | ||
818 | tristate "Texas Instruments TMP421 and compatible" | ||
819 | depends on I2C && EXPERIMENTAL | ||
820 | help | ||
821 | If you say yes here you get support for Texas Instruments TMP421, | ||
822 | TMP422 and TMP423 temperature sensor chips. | ||
823 | |||
824 | This driver can also be built as a module. If so, the module | ||
825 | will be called tmp421. | ||
826 | |||
817 | config SENSORS_VIA686A | 827 | config SENSORS_VIA686A |
818 | tristate "VIA686A" | 828 | tristate "VIA686A" |
819 | depends on PCI | 829 | depends on PCI |