Skip to content
Commit d172e7f5 authored by David Woodhouse's avatar David Woodhouse Committed by David Woodhouse
Browse files

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: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent 4d2acfbf
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment