summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
diff options
context:
space:
mode:
authorVladimir Zapolskiy2016-06-08 17:16:15 +0200
committerWim Van Sebroeck2016-07-17 21:01:21 +0200
commitff9cc8384a3efba7e3daedf66dfd58b0a0fff069 (patch)
tree24b0685547338963a5924be466dba699ee9b124e /drivers/watchdog
parentwatchdog: max77620: Add support for watchdog timer (diff)
downloadkernel-qcow2-linux-ff9cc8384a3efba7e3daedf66dfd58b0a0fff069.tar.gz
kernel-qcow2-linux-ff9cc8384a3efba7e3daedf66dfd58b0a0fff069.tar.xz
kernel-qcow2-linux-ff9cc8384a3efba7e3daedf66dfd58b0a0fff069.zip
watchdog: drop redundant 'default n' option for WATCHDOG_SYSFS
The option 'default n' and its absence are equal for kbuild, which makes explicit 'default n' redundant. Signed-off-by: Vladimir Zapolskiy <vladimir_zapolskiy@mentor.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog')
-rw-r--r--drivers/watchdog/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index 65058d659d52..c19b11a91cde 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -48,7 +48,6 @@ config WATCHDOG_NOWAYOUT
config WATCHDOG_SYSFS
bool "Read different watchdog information through sysfs"
- default n
help
Say Y here if you want to enable watchdog device status read through
sysfs attributes.