]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
hwmon/sch56xx: Depend on watchdog for watchdog core functions
authorHans de Goede <hdegoede@redhat.com>
Thu, 24 May 2012 20:18:58 +0000 (22:18 +0200)
committerWim Van Sebroeck <wim@iguana.be>
Wed, 30 May 2012 05:56:20 +0000 (07:56 +0200)
Since the watchdog code in sch56xx-common now uses the watchdog core, the
Kconfig entires for the sch5627 and sch5636 should depend on WATCHDOG
being set. Also select the watchdog core when we select one of the drivers.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/hwmon/Kconfig

index 7cd9bf42108b7368803322d7116c3a8951d30a1b..6f1d167cb1ea9c2174c403a8a0f0b6b0f1d33bc7 100644 (file)
@@ -1036,8 +1036,9 @@ config SENSORS_SCH56XX_COMMON
 
 config SENSORS_SCH5627
        tristate "SMSC SCH5627"
-       depends on !PPC
+       depends on !PPC && WATCHDOG
        select SENSORS_SCH56XX_COMMON
+       select WATCHDOG_CORE
        help
          If you say yes here you get support for the hardware monitoring
          features of the SMSC SCH5627 Super-I/O chip including support for
@@ -1048,8 +1049,9 @@ config SENSORS_SCH5627
 
 config SENSORS_SCH5636
        tristate "SMSC SCH5636"
-       depends on !PPC
+       depends on !PPC && WATCHDOG
        select SENSORS_SCH56XX_COMMON
+       select WATCHDOG_CORE
        help
          SMSC SCH5636 Super I/O chips include an embedded microcontroller for
          hardware monitoring solutions, allowing motherboard manufacturers to