diff options
author | Markus Mayer <markus.mayer@linaro.org> | 2014-01-06 16:56:10 -0500 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2014-01-28 15:17:53 -0500 |
commit | 6e2ac20e9c47cf26a1dd5a0f05b93ef0afd3c1c5 (patch) | |
tree | 05126e58c1dc75a751f7552934fb0561057344d3 /drivers/watchdog/Kconfig | |
parent | 6adb730dc2085c16c52a2f991cc1661e4a7fd6d5 (diff) |
watchdog: bcm281xx: Debugfs support
This change introduces debugfs support for the BCM281xx watchdog driver.
Signed-off-by: Markus Mayer <markus.mayer@linaro.org>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
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 042e4521a8b8..1491f0f4d41d 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -1151,6 +1151,16 @@ config BCM_KONA_WDT | |||
1151 | Say 'Y' or 'M' here to enable the driver. The module will be called | 1151 | Say 'Y' or 'M' here to enable the driver. The module will be called |
1152 | bcm_kona_wdt. | 1152 | bcm_kona_wdt. |
1153 | 1153 | ||
1154 | config BCM_KONA_WDT_DEBUG | ||
1155 | bool "DEBUGFS support for BCM Kona Watchdog" | ||
1156 | depends on BCM_KONA_WDT | ||
1157 | help | ||
1158 | If enabled, adds /sys/kernel/debug/bcm_kona_wdt/info which provides | ||
1159 | access to the driver's internal data structures as well as watchdog | ||
1160 | timer hardware registres. | ||
1161 | |||
1162 | If in doubt, say 'N'. | ||
1163 | |||
1154 | config LANTIQ_WDT | 1164 | config LANTIQ_WDT |
1155 | tristate "Lantiq SoC watchdog" | 1165 | tristate "Lantiq SoC watchdog" |
1156 | depends on LANTIQ | 1166 | depends on LANTIQ |