]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] PATCH 2.5: kconfig spurious bool default value (3_3)
authorGreg Banks <gnb@alphalink.com.au>
Mon, 15 Jul 2002 05:56:14 +0000 (22:56 -0700)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Mon, 15 Jul 2002 05:56:14 +0000 (22:56 -0700)
 Some CML1 rule contributors seem to think that the "bool" statement
 takes a third argument which is the default value.  It doesn't.

arch/sh/config.in

index 136513eeb6e51f566e1f61c07ced8066c0b9e2e4..07681448d732bc7785362ffd35681ffd8c66e5c4 100644 (file)
@@ -175,7 +175,7 @@ if [ "$CONFIG_PCI" = "y" ]; then
    if [ "$CONFIG_PCI_GODIRECT" = "y" -o "$CONFIG_PCI_GOANY" = "y" ]; then
       define_bool CONFIG_PCI_DIRECT y
    fi
-   bool 'Cache and PCI noncoherent' CONFIG_SH_PCIDMA_NONCOHERENT n
+   bool 'Cache and PCI noncoherent' CONFIG_SH_PCIDMA_NONCOHERENT
 fi
 
 source drivers/pci/Config.in