diff options
Diffstat (limited to 'arch/mips/config.in')
-rw-r--r-- | arch/mips/config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/config.in b/arch/mips/config.in index e33db8348..171170f3b 100644 --- a/arch/mips/config.in +++ b/arch/mips/config.in @@ -96,7 +96,7 @@ comment 'Loadable module support' bool 'Enable loadable module support' CONFIG_MODULES if [ "$CONFIG_MODULES" = "y" ]; then bool 'Set version information on all symbols for modules' CONFIG_MODVERSIONS - bool 'Kernel daemon support (e.g. autoload of modules)' CONFIG_KERNELD + bool 'Kernel module loader' CONFIG_KMOD fi endmenu |