OSDN Git Service

watchdog: drop redundant 'default n' option for WATCHDOG_SYSFS
authorVladimir Zapolskiy <vladimir_zapolskiy@mentor.com>
Wed, 8 Jun 2016 15:16:15 +0000 (18:16 +0300)
committerWim Van Sebroeck <wim@iguana.be>
Sun, 17 Jul 2016 19:01:21 +0000 (21:01 +0200)
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>
drivers/watchdog/Kconfig

index 65058d6..c19b11a 100644 (file)
@@ -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.