• A
    [PATCH] don't select CONFIG_HOTPLUG · 135c294f
    Andrew Morton 提交于
    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: NAndrew Morton <akpm@osdl.org>
    Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
    135c294f
Kconfig 1.2 KB