diff options
author | Guenter Roeck <linux@roeck-us.net> | 2014-09-24 20:25:06 +0400 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2014-09-24 20:25:06 +0400 |
commit | 7ad8966f4f0a4606dfaba119ea4e2b3ac4c548ee (patch) | |
tree | 38a7548d5a36cc20145eb916319fe673b84341b1 /drivers/watchdog/Kconfig | |
parent | c08860ffe5c0e986e208e8217dae8191c0b40b24 (diff) | |
parent | 964356938fcd3c0001a786f55b9f0a0fbe47656a (diff) | |
download | linux-7ad8966f4f0a4606dfaba119ea4e2b3ac4c548ee.tar.xz |
Merge tag 'mfd-hwmon-leds-watchdog-v3.18' into hwmon-next
Immutable branch between MFD, HWMON, LEDs and Watchdog for v3.18
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index f57312fced80..a50828e34e3b 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -95,6 +95,16 @@ config GPIO_WATCHDOG If you say yes here you get support for watchdog device controlled through GPIO-line. +config MENF21BMC_WATCHDOG + tristate "MEN 14F021P00 BMC Watchdog" + depends on MFD_MENF21BMC + select WATCHDOG_CORE + help + Say Y here to include support for the MEN 14F021P00 BMC Watchdog. + + This driver can also be built as a module. If so the module + will be called menf21bmc_wdt. + config WM831X_WATCHDOG tristate "WM831x watchdog" depends on MFD_WM831X |