[PATCH] don't select CONFIG_HOTPLUG
authorAndrew Morton <akpm@osdl.org>
Mon, 10 Jul 2006 11:43:48 +0000 (04:43 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 10 Jul 2006 20:24:12 +0000 (13:24 -0700)
commit135c294fa3660b979d71bbce1611f9ca721077b5
treecdc0bf385c961493e54c3c1c539efe23d15de68d
parentb3cf257623fabd8f1ee6700a6d328cc1c5da5a1d
[PATCH] don't select CONFIG_HOTPLUG

It's useful to be able to turn off CONFIG_HOTPLUG for compile-coverage testing
and for section-checking coverage.  But a few things go and select
CONFIG_HOTPLUG, making it a royal PITA to turn the thing off.

It's only turnable offable if CONFIG_EMBEDDED anyway.  So let's make those
things depend on HOTPLUG, not select it.

Cc: Greg KH <greg@kroah.com>
Cc: Dominik Brodowski <linux@dominikbrodowski.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/base/Kconfig
drivers/pci/hotplug/Kconfig
drivers/pcmcia/Kconfig