firmware: Add CONFIG_FIRMWARE_IN_KERNEL option.
authorDavid Woodhouse <dwmw2@infradead.org>
Wed, 25 Jun 2008 12:56:07 +0000 (13:56 +0100)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Thu, 10 Jul 2008 13:47:20 +0000 (14:47 +0100)
commitd172e7f5c67f2d41f453c7aa83d3bdb405ef8ba5
tree43d926fd28d710d75a9364430af24ca243b0b122
parent4d2acfbfdf68257e846aaa355edd10fc35ba0feb
firmware: Add CONFIG_FIRMWARE_IN_KERNEL option.

This will control whether we build firmware into the kernel image for
_every_ driver which we convert to request_firmware(), to avoid a
proliferation of 'CONFIG_XXX_FIRMWARE' options for each one.

Default to 'y' for now, which is the wrong thing to do but people seem
to be insisting on it and refusing to even review patches until it's
done. And it does preserve the existing behaviour for built-in drivers.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
drivers/base/Kconfig
firmware/Makefile