aboutsummaryrefslogtreecommitdiff
path: root/util-linux/Config.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-06-13 07:34:15 +0000
committerMike Frysinger <vapier@gentoo.org>2007-06-13 07:34:15 +0000
commita78ef2ccf14a0b3bc50b8fd8fd3239ca1385ee2b (patch)
tree8f76a7bf9fc29d1b8ed6d27e4155321660aa37ca /util-linux/Config.in
parentd67cef2425fb5e75b75d52d9a308da6d29cd7a0d (diff)
downloadbusybox-a78ef2ccf14a0b3bc50b8fd8fd3239ca1385ee2b.tar.gz
add support for firmware loading
Diffstat (limited to 'util-linux/Config.in')
-rw-r--r--util-linux/Config.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in
index 2184df153..1040ce282 100644
--- a/util-linux/Config.in
+++ b/util-linux/Config.in
@@ -294,6 +294,17 @@ config FEATURE_MDEV_EXEC
For more information, please see docs/mdev.txt
+config FEATURE_MDEV_LOAD_FIRMWARE
+ bool "Support loading of firmwares"
+ default n
+ depends on MDEV
+ help
+ Some devices need to load firmware before they can be usable.
+
+ These devices will request userspace look up the files in
+ /lib/firmware/ and if it exists, send it to the kernel for
+ loading into the hardware.
+
config MKSWAP
bool "mkswap"
default n