summaryrefslogtreecommitdiff
path: root/busybox-modutils.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-11-27 12:47:52 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-11-27 12:47:52 +0100
commitbc091af204857b1a09faeac6f6b897ca0c7647c5 (patch)
tree0ea626cfa42e2769b926fa880db21dfb47213a67 /busybox-modutils.kconfig
parente8ec3763c8108ce2ed4cb1ed5e4247c496960b6f (diff)
downloadembtk-busybox-kconfigs-bc091af204857b1a09faeac6f6b897ca0c7647c5.tar.gz
embtk-busybox-kconfigs-bc091af204857b1a09faeac6f6b897ca0c7647c5.tar.bz2
embtk-busybox-kconfigs-bc091af204857b1a09faeac6f6b897ca0c7647c5.tar.xz
busyobx-1.14.1 kcconfig symbols integrationembtk-busybox-kconfig-1.14.1
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'busybox-modutils.kconfig')
-rw-r--r--busybox-modutils.kconfig38
1 files changed, 16 insertions, 22 deletions
diff --git a/busybox-modutils.kconfig b/busybox-modutils.kconfig
index 3502200..397063a 100644
--- a/busybox-modutils.kconfig
+++ b/busybox-modutils.kconfig
@@ -4,23 +4,9 @@
#
comment "-------------------------------------------------"
-comment "----- Linux Module Utilities"
+comment "Linux Module Utilities"
comment "-------------------------------------------------"
-config KEMBTK_BUSYB_DEFAULT_MODULES_DIR
- string "Default directory containing modules"
- default "/lib/modules"
- help
- Directory that contains kernel modules.
- Defaults to "/lib/modules"
-
-config KEMBTK_BUSYB_DEFAULT_DEPMOD_FILE
- string "Default name of modules.dep"
- default "modules.dep"
- help
- Filename that contains kernel modules dependencies.
- Defaults to "modules.dep"
-
config KEMBTK_BUSYB_MODPROBE_SMALL
bool "Simplified modutils"
help
@@ -58,14 +44,12 @@ config KEMBTK_BUSYB_FEATURE_MODPROBE_SMALL_OPTIONS_ON_CMDLINE
depends on KEMBTK_BUSYB_MODPROBE_SMALL
help
Allow insmod and modprobe take module options from command line.
- N.B. Very bloaty.
config KEMBTK_BUSYB_FEATURE_MODPROBE_SMALL_CHECK_ALREADY_LOADED
bool "Skip loading of already loaded modules"
depends on KEMBTK_BUSYB_MODPROBE_SMALL
help
Check if the module is already loaded.
- N.B. It's racy.
config KEMBTK_BUSYB_INSMOD
bool "insmod"
@@ -100,9 +84,6 @@ config KEMBTK_BUSYB_MODPROBE
Handle the loading of modules, and their dependencies on a high
level.
- Note that in the state, modprobe does not understand multiple
- module options from the configuration file. See option below.
-
config KEMBTK_BUSYB_FEATURE_MODPROBE_BLACKLIST
bool
prompt "Blacklist support"
@@ -146,7 +127,7 @@ config KEMBTK_BUSYB_FEATURE_INSMOD_KSYMOOPS_SYMBOLS
By adding module symbols to the kernel symbol table, Oops messages
occuring within kernel modules can be properly debugged. By enabling
this feature, module symbols will always be added to the kernel symbol
- table for properly debugging support. If you are not interested in
+ table for proper debugging support. If you are not interested in
Oops messages from kernel modules, say N.
config KEMBTK_BUSYB_FEATURE_INSMOD_LOADINKMEM
@@ -180,7 +161,6 @@ config KEMBTK_BUSYB_FEATURE_INSMOD_LOAD_MAP_FULL
config KEMBTK_BUSYB_FEATURE_CHECK_TAINTED_MODULE
bool "Support tainted module checking with new kernels"
default y
- depends on !KEMBTK_BUSYB_MODPROBE_SMALL
help
Support checking for tainted modules. These are usually binary
only modules that will make the linux-kernel list ignore your
@@ -214,3 +194,17 @@ config KEMBTK_BUSYB_FEATURE_MODUTILS_SYMBOLS
Say Y if unsure.
+config KEMBTK_BUSYB_DEFAULT_MODULES_DIR
+ string "Default directory containing modules"
+ default "/lib/modules"
+ help
+ Directory that contains kernel modules.
+ Defaults to "/lib/modules"
+
+config KEMBTK_BUSYB_DEFAULT_DEPMOD_FILE
+ string "Default name of modules.dep"
+ default "modules.dep"
+ help
+ Filename that contains kernel modules dependencies.
+ Defaults to "modules.dep"
+