diff options
author | Vladimir Zapolskiy <vladimir_zapolskiy@mentor.com> | 2016-06-08 11:16:15 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2016-07-17 15:01:21 -0400 |
commit | ff9cc8384a3efba7e3daedf66dfd58b0a0fff069 (patch) | |
tree | 24b0685547338963a5924be466dba699ee9b124e /drivers/watchdog | |
parent | ff3bb2f5c3cd70f4dd642525916f300bffaff0ae (diff) |
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/Kconfig | 1 |
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 | |||
48 | 48 | ||
49 | config WATCHDOG_SYSFS | 49 | config WATCHDOG_SYSFS |
50 | bool "Read different watchdog information through sysfs" | 50 | bool "Read different watchdog information through sysfs" |
51 | default n | ||
52 | help | 51 | help |
53 | Say Y here if you want to enable watchdog device status read through | 52 | Say Y here if you want to enable watchdog device status read through |
54 | sysfs attributes. | 53 | sysfs attributes. |