Commit 0955f23c authored by Greg Banks's avatar Greg Banks Committed by Linus Torvalds

[PATCH] PATCH 2.5: kconfig spurious bool default value (3_3)

 Some CML1 rule contributors seem to think that the "bool" statement
 takes a third argument which is the default value.  It doesn't.
parent 0800fb76
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment