diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-07-20 06:09:14 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-07-20 06:09:14 +0000 |
commit | 65659be21392f97c4456c3cee43c03685e894b83 (patch) | |
tree | 3866e09795b38356c129ec18a9d8603b4eca0c49 /modutils | |
parent | f9584a19ca738762c9bb2ce899fe9c3d9e746da0 (diff) |
Add missing type for CONFIG_FEATURE_QUERY_MODULE_INTERFACE
Diffstat (limited to 'modutils')
-rw-r--r-- | modutils/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modutils/Config.in b/modutils/Config.in index 05ff8c9d2..ada69d752 100644 --- a/modutils/Config.in +++ b/modutils/Config.in @@ -81,6 +81,8 @@ config CONFIG_LSMOD lsmod is used to display a list of loaded modules. config CONFIG_FEATURE_QUERY_MODULE_INTERFACE + bool + default y depends on CONFIG_FEATURE_2_4_MODULES && !CONFIG_FEATURE_2_6_MODULES config CONFIG_MODPROBE |