CONFIG_FW_LOADER

David Woodhouse dwmw2 at infradead.org
Sat Feb 12 11:24:48 EST 2005


On Sat, 2005-02-12 at 17:21 +0100, Duncan Sands wrote:
>Solution 1. Add "select FW_LOADER" to Kconfig, so that we always use
>the firmware loader.  The downside is that some (embedded?) people may
>want to do all their firmware loading from userspace, and don't want to
>pay the price of compiling in the firmware loading stuff.

Don't use select. You should avoid select for user-invisible options, in
general. Make CONFIG_USBATM depend on CONFIG_FW_LOADER instead. There's
no need for embedded people to be doing it in userspace.

-- 
dwmw2




More information about the Usbatm mailing list