]> git.hungrycats.org Git - linux/commitdiff
[PATCH] PATCH 2.5: kconfig synchronise banners (15_16)
authorGreg Banks <gnb@alphalink.com.au>
Thu, 20 Jun 2002 06:48:02 +0000 (23:48 -0700)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Thu, 20 Jun 2002 06:48:02 +0000 (23:48 -0700)
2/4 definitions of CONFIG_SOFT_WATCHDOG have trivially different banners.

arch/m68k/config.in
drivers/char/Config.in

index fdc56a215e8400abf939ba66de58b8e6571ef768..047d50e1f4f3fab4d11c449a63937dfda06e2115 100644 (file)
@@ -501,7 +501,7 @@ bool 'Support for user serial device modules' CONFIG_USERIAL
 bool 'Watchdog Timer Support'  CONFIG_WATCHDOG
 if [ "$CONFIG_WATCHDOG" != "n" ]; then
    bool '  Disable watchdog shutdown on close' CONFIG_WATCHDOG_NOWAYOUT
-   bool '  Software Watchdog' CONFIG_SOFT_WATCHDOG
+   bool '  Software watchdog' CONFIG_SOFT_WATCHDOG
 fi
 if [ "$CONFIG_ATARI" = "y" ]; then
    bool 'Enhanced Real Time Clock Support' CONFIG_RTC
index cd5575247bc0b97f65f2b098a3365dc70eba2ec4..8718e6eb1b03f1a2c63f444c01918af98c51527e 100644 (file)
@@ -148,7 +148,7 @@ comment 'Watchdog Cards'
 bool 'Watchdog Timer Support'  CONFIG_WATCHDOG
 if [ "$CONFIG_WATCHDOG" != "n" ]; then
    bool '  Disable watchdog shutdown on close' CONFIG_WATCHDOG_NOWAYOUT
-   tristate '  Software Watchdog' CONFIG_SOFT_WATCHDOG
+   tristate '  Software watchdog' CONFIG_SOFT_WATCHDOG
    tristate '  WDT Watchdog timer' CONFIG_WDT
    tristate '  WDT PCI Watchdog timer' CONFIG_WDTPCI
    if [ "$CONFIG_WDT" != "n" ]; then