summaryrefslogtreecommitdiff
path: root/busybox-modutils.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'busybox-modutils.kconfig')
-rw-r--r--busybox-modutils.kconfig19
1 files changed, 10 insertions, 9 deletions
diff --git a/busybox-modutils.kconfig b/busybox-modutils.kconfig
index 621b131..3502200 100644
--- a/busybox-modutils.kconfig
+++ b/busybox-modutils.kconfig
@@ -3,7 +3,9 @@
# see scripts/kbuild/config-language.txt.
#
-menu "Linux Module Utilities"
+comment "-------------------------------------------------"
+comment "----- Linux Module Utilities"
+comment "-------------------------------------------------"
config KEMBTK_BUSYB_DEFAULT_MODULES_DIR
string "Default directory containing modules"
@@ -67,19 +69,19 @@ config KEMBTK_BUSYB_FEATURE_MODPROBE_SMALL_CHECK_ALREADY_LOADED
config KEMBTK_BUSYB_INSMOD
bool "insmod"
- depends on !MODPROBE_SMALL
+ depends on !KEMBTK_BUSYB_MODPROBE_SMALL
help
insmod is used to load specified modules in the running kernel.
config KEMBTK_BUSYB_RMMOD
bool "rmmod"
- depends on !MODPROBE_SMALL
+ depends on !KEMBTK_BUSYB_MODPROBE_SMALL
help
rmmod is used to unload specified modules from the kernel.
config KEMBTK_BUSYB_LSMOD
bool "lsmod"
- depends on !MODPROBE_SMALL
+ depends on !KEMBTK_BUSYB_MODPROBE_SMALL
help
lsmod is used to display a list of loaded modules.
@@ -93,7 +95,7 @@ config KEMBTK_BUSYB_FEATURE_LSMOD_PRETTY_2_6_OUTPUT
config KEMBTK_BUSYB_MODPROBE
bool "modprobe"
- depends on !MODPROBE_SMALL
+ depends on !KEMBTK_BUSYB_MODPROBE_SMALL
help
Handle the loading of modules, and their dependencies on a high
level.
@@ -114,7 +116,7 @@ config KEMBTK_BUSYB_FEATURE_MODPROBE_BLACKLIST
config KEMBTK_BUSYB_DEPMOD
bool "depmod"
- depends on !MODPROBE_SMALL
+ depends on !KEMBTK_BUSYB_MODPROBE_SMALL
help
depmod generates modules.dep (and potentially modules.alias
and modules.symbols) that contain dependency information
@@ -169,7 +171,7 @@ config KEMBTK_BUSYB_FEATURE_INSMOD_LOAD_MAP
config KEMBTK_BUSYB_FEATURE_INSMOD_LOAD_MAP_FULL
bool "Symbols in load map"
default y
- depends on KEMBTK_BUSYB_FEATURE_INSMOD_LOAD_MAP && !MODPROBE_SMALL
+ depends on KEMBTK_BUSYB_FEATURE_INSMOD_LOAD_MAP && !KEMBTK_BUSYB_MODPROBE_SMALL
help
Without this option, -m will only output section
load map. With this option, -m will also output
@@ -178,7 +180,7 @@ 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 !MODPROBE_SMALL
+ 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
@@ -212,4 +214,3 @@ config KEMBTK_BUSYB_FEATURE_MODUTILS_SYMBOLS
Say Y if unsure.
-endmenu