From: Andrew Morton Date: Mon, 10 Jul 2006 11:43:48 +0000 (-0700) Subject: [PATCH] don't select CONFIG_HOTPLUG X-Git-Tag: v2.6.18-rc2~252 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=135c294fa3660b979d71bbce1611f9ca721077b5;p=pandora-kernel.git [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 Cc: Dominik Brodowski Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed