summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
diff options
context:
space:
mode:
authorVladimir Zapolskiy <vladimir_zapolskiy@mentor.com>2016-06-08 18:16:15 +0300
committerWim Van Sebroeck <wim@iguana.be>2016-07-17 21:01:21 +0200
commitff9cc8384a3efba7e3daedf66dfd58b0a0fff069 (patch)
tree24b0685547338963a5924be466dba699ee9b124e /drivers/watchdog
parentff3bb2f5c3cd70f4dd642525916f300bffaff0ae (diff)
downloadlinux-0-day-ff9cc8384a3efba7e3daedf66dfd58b0a0fff069.tar.gz
linux-0-day-ff9cc8384a3efba7e3daedf66dfd58b0a0fff069.tar.xz
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 65058d659d524..c19b11a91cdeb 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.