diff options
author | Denis Vlasenko | 2008-05-18 14:39:43 +0000 |
---|---|---|
committer | Denis Vlasenko | 2008-05-18 14:39:43 +0000 |
commit | 9ddc8d54d18f33774dc9db80a26f82bbaff5747d (patch) | |
tree | 28b640cfae5c704a771cf26d84281c4ca5bd371a /modutils/Config.in | |
parent | b6c4855f1db16af926a0616cf91e0f65b0e2a3c6 (diff) | |
download | busybox-9ddc8d54d18f33774dc9db80a26f82bbaff5747d.zip busybox-9ddc8d54d18f33774dc9db80a26f82bbaff5747d.tar.gz |
modprobe: optional "blacklist" command support (by Natanael Copa)
is_conf_command - 56 +56
include_conf 898 917 +19
check_dep 348 356 +8
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 2/0 up/down: 83/0) Total: 83 bytes
Diffstat (limited to 'modutils/Config.in')
-rw-r--r-- | modutils/Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/modutils/Config.in b/modutils/Config.in index b2ef51a..c5e596d 100644 --- a/modutils/Config.in +++ b/modutils/Config.in @@ -117,6 +117,18 @@ config FEATURE_MODPROBE_FANCY_ALIAS mismatch between module name and file name, along with bus-specific aliases (such as pci:... or usb:... aliases). +config FEATURE_MODPROBE_BLACKLIST + bool + prompt "Blacklist support" + default n + depends on MODPROBE && FEATURE_2_6_MODULES + help + Say 'y' here to enable support for the 'blacklist' command in + modprobe.conf. This prevents the alias resolver to resolve + blacklisted modules. This is useful if you want to prevent your + hardware autodetection scripts to load modules like evdev, frame + buffer drivers etc. + comment "Options common to multiple modutils" depends on INSMOD || RMMOD || MODPROBE || LSMOD |