aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2011-07-25 15:46:09 -0400
committerJean Delvare <khali@endymion.delvare>2011-07-25 15:46:09 -0400
commit0772a640793986d66fd3f89c3cc677bba5d5f94f (patch)
tree2dae2f59bc55011f477aba2a3042ec146c69f97a /drivers/hwmon/Kconfig
parent28ff2f7a742daba86ccd7021be7b27a4673b2797 (diff)
hwmon: New driver sch5636
This patch adds a new driver for SMSC SCH5636 Super I/O chips. The chips include an embedded microcontroller for hardware monitoring solutions, allowing motherboard manufacturers to create their own custom hwmon solution based upon the SCH5636. Currently the sch5636 driver only supports the Fujitsu Theseus SCH5636 based hwmon solution. The sch5636 driver runs a sanity check on loading to ensure it is dealing with a Fujitsu Theseus and not with another custom SCH5636 based hwmon solution. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r--drivers/hwmon/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index 0ed767715cb..70b5704baf3 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -1055,6 +1055,21 @@ config SENSORS_SCH5627
1055 This driver can also be built as a module. If so, the module 1055 This driver can also be built as a module. If so, the module
1056 will be called sch5627. 1056 will be called sch5627.
1057 1057
1058config SENSORS_SCH5636
1059 tristate "SMSC SCH5636"
1060 select SENSORS_SCH56XX_COMMON
1061 help
1062 SMSC SCH5636 Super I/O chips include an embedded microcontroller for
1063 hardware monitoring solutions, allowing motherboard manufacturers to
1064 create their own custom hwmon solution based upon the SCH5636.
1065
1066 Currently this driver only supports the Fujitsu Theseus SCH5636 based
1067 hwmon solution. Say yes here if you want support for the Fujitsu
1068 Theseus' hardware monitoring features.
1069
1070 This driver can also be built as a module. If so, the module
1071 will be called sch5636.
1072
1058config SENSORS_ADS1015 1073config SENSORS_ADS1015
1059 tristate "Texas Instruments ADS1015" 1074 tristate "Texas Instruments ADS1015"
1060 depends on I2C 1075 depends on I2C