提交 156faf90 编写于 作者: M matt mooney 提交者: Greg Kroah-Hartman

driver-core: modify FIRMWARE_IN_KERNEL help message

The help message for the configuration variable was inconsistent
with the way "make firmware_install" really works.
Signed-off-by: Nmatt mooney <mfm@muteddisk.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 113647a2
......@@ -84,10 +84,10 @@ config FIRMWARE_IN_KERNEL
help
The kernel source tree includes a number of firmware 'blobs'
that are used by various drivers. The recommended way to
use these is to run "make firmware_install" and to copy the
resulting binary files created in usr/lib/firmware/ of the
kernel tree to /lib/firmware/ on your system so that they can
be loaded by userspace helpers on request.
use these is to run "make firmware_install", which, after
converting ihex files to binary, copies all of the needed
binary files in firmware/ to /lib/firmware/ on your system so
that they can be loaded by userspace helpers on request.
Enabling this option will build each required firmware blob
into the kernel directly, where request_firmware() will find
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册