Commit 252f4ed7 authored by Greg Banks's avatar Greg Banks Committed by Linus Torvalds

[PATCH] PATCH 2.5: kconfig synchronise banners (4_16)

1/11 definitions of CONFIG_HOTPLUG have trivially different banners.
parent bd73942d
...@@ -440,7 +440,7 @@ if [ "$CONFIG_ARCH_SA1100" = "y" -o \ ...@@ -440,7 +440,7 @@ if [ "$CONFIG_ARCH_SA1100" = "y" -o \
fi fi
source drivers/pci/Config.in source drivers/pci/Config.in
bool 'Support hot-pluggable devices' CONFIG_HOTPLUG bool 'Support for hot-pluggable devices' CONFIG_HOTPLUG
if [ "$CONFIG_HOTPLUG" = "y" ]; then if [ "$CONFIG_HOTPLUG" = "y" ]; then
source drivers/pcmcia/Config.in source drivers/pcmcia/Config.in
else else
......
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