Messages in this thread |  | | Date | Sun, 4 Oct 2015 14:24:55 -0500 | | From | Eric Biggers <> | | Subject | Re: [PATCH] drivers: Update help for firmware loading options |
| |
On Sun, Oct 04, 2015 at 08:14:16PM +0100, Greg KH wrote: > > Are you sure? I think this should stay as "Userspace..." as that is > what it does, right? > > Turning it off should only drop the userspace callouts, it shouldn't > stop the kernel from loading firmware from the filesystem all on its own > with no help.
As far as I can tell that's not true. With FW_LOADER=n, firmware_class.c is compiled out and request_firmware() always returns -EINVAL. My patch tries to make it more clear that FW_LOADER is the "top-level" option which covers all three firmware loading mechanisms: built-in, directly from the filesystem, and the user-mode helper.
|  |