diff options
author | Vladimir Zapolskiy <vladimir_zapolskiy@mentor.com> | 2016-06-08 18:16:15 +0300 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2016-07-17 21:01:21 +0200 |
commit | ff9cc8384a3efba7e3daedf66dfd58b0a0fff069 (patch) | |
tree | 24b0685547338963a5924be466dba699ee9b124e /drivers/watchdog | |
parent | ff3bb2f5c3cd70f4dd642525916f300bffaff0ae (diff) | |
download | linux-ff9cc8384a3efba7e3daedf66dfd58b0a0fff069.tar.bz2 |
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 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. |