gzip cleanup part #8
[oweals/busybox.git] / modutils / Config.in
index b28c66d2472f5708664cdfecd9872395a0ab9c52..6a6956755b7e36518194bcb4c4f6a14076d54bdc 100644 (file)
@@ -43,7 +43,7 @@ config FEATURE_INSMOD_LOADINKMEM
 config FEATURE_INSMOD_LOAD_MAP
        bool "Enable load map (-m) option"
        default n
-       depends on INSMOD && FEATURE_2_4_MODULES
+       depends on INSMOD && ( FEATURE_2_4_MODULES || FEATURE_2_6_MODULES )
        help
          Enabling this, one would be able to get a load map
          output on stdout. This makes kernel module debugging
@@ -135,7 +135,7 @@ config FEATURE_2_4_MODULES
        # Simulate indentation
        bool "Support version 2.2.x to 2.4.x Linux kernels"
        default y
-       depends on INSMOD || RMMOD
+       depends on INSMOD || RMMOD || MODPROBE
        help
          Support module loading for 2.2.x and 2.4.x Linux kernels.