diff options
author | Vladimir Zapolskiy <[email protected]> | 2016-06-08 18:16:15 +0300 |
---|---|---|
committer | Wim Van Sebroeck <[email protected]> | 2016-07-17 21:01:21 +0200 |
commit | ff9cc8384a3efba7e3daedf66dfd58b0a0fff069 (patch) | |
tree | 24b0685547338963a5924be466dba699ee9b124e | |
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 <[email protected]>
Reviewed-by: Guenter Roeck <[email protected]>
Signed-off-by: Guenter Roeck <[email protected]>
Signed-off-by: Wim Van Sebroeck <[email protected]>
-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 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. |