diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-10 21:00:47 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-10 21:00:47 +0000 |
commit | cba9ef5523f09ecc3240f9f6efcdd0440c652c91 (patch) | |
tree | 79a2f859df1f6eef15defd02bd2f453735ed327e /modutils | |
parent | 1ac42bf66e2c181b886e89f9222cae65676c9e8a (diff) |
fixes from Vladimir Dronnikov <dronnikov@gmail.ru>
Diffstat (limited to 'modutils')
-rw-r--r-- | modutils/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/Config.in b/modutils/Config.in index b28c66d24..c8bd61996 100644 --- a/modutils/Config.in +++ b/modutils/Config.in @@ -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 |