Hi David,
On Mon, 23 Jun 2008 12:03:33 +0100
David Woodhouse <dwmw2@infradead.org> wrote:
Since select doesn't check for dependencies, on all places you select
FW_LOADER, you also need to add "depends on HOTPLUG" since FW_LOADER is
defined as(at drivers/base/Kconfig):
config FW_LOADER
tristate "Userspace firmware loading support"
depends on HOTPLUG
Cheers,
Mauro
--