diff options
Diffstat (limited to 'util-linux/Config.in')
-rw-r--r-- | util-linux/Config.in | 11 |
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 | |||
294 | 294 | ||
295 | For more information, please see docs/mdev.txt | 295 | For more information, please see docs/mdev.txt |
296 | 296 | ||
297 | config FEATURE_MDEV_LOAD_FIRMWARE | ||
298 | bool "Support loading of firmwares" | ||
299 | default n | ||
300 | depends on MDEV | ||
301 | help | ||
302 | Some devices need to load firmware before they can be usable. | ||
303 | |||
304 | These devices will request userspace look up the files in | ||
305 | /lib/firmware/ and if it exists, send it to the kernel for | ||
306 | loading into the hardware. | ||
307 | |||
297 | config MKSWAP | 308 | config MKSWAP |
298 | bool "mkswap" | 309 | bool "mkswap" |
299 | default n | 310 | default n |