diff options
author | Hans de Goede <hdegoede@redhat.com> | 2011-07-25 15:46:09 -0400 |
---|---|---|
committer | Jean Delvare <khali@endymion.delvare> | 2011-07-25 15:46:09 -0400 |
commit | 28ff2f7a742daba86ccd7021be7b27a4673b2797 (patch) | |
tree | 1c6d11e31c793adbdef731a2640842ea06566539 /drivers/hwmon/Kconfig | |
parent | b6844e8f64920cdee620157252169ba63afb0c89 (diff) |
hwmon: (sch5627) Factor out some code shared with sch5636 driver
This patch adds a new sch56xx-common.ko which contains code which will also
be used in the new sch5636 driver.
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/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 5f888f7e7dcb..0ed767715cb0 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -1041,8 +1041,13 @@ config SENSORS_SMSC47B397 | |||
1041 | This driver can also be built as a module. If so, the module | 1041 | This driver can also be built as a module. If so, the module |
1042 | will be called smsc47b397. | 1042 | will be called smsc47b397. |
1043 | 1043 | ||
1044 | config SENSORS_SCH56XX_COMMON | ||
1045 | tristate | ||
1046 | default n | ||
1047 | |||
1044 | config SENSORS_SCH5627 | 1048 | config SENSORS_SCH5627 |
1045 | tristate "SMSC SCH5627" | 1049 | tristate "SMSC SCH5627" |
1050 | select SENSORS_SCH56XX_COMMON | ||
1046 | help | 1051 | help |
1047 | If you say yes here you get support for the hardware monitoring | 1052 | If you say yes here you get support for the hardware monitoring |
1048 | features of the SMSC SCH5627 Super-I/O chip. | 1053 | features of the SMSC SCH5627 Super-I/O chip. |