diff options
Diffstat (limited to 'arch/alpha/config.in')
-rw-r--r-- | arch/alpha/config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/config.in b/arch/alpha/config.in index bda9ca130..1fefe0c62 100644 --- a/arch/alpha/config.in +++ b/arch/alpha/config.in @@ -23,7 +23,7 @@ bool 'Enable loadable module support' CONFIG_MODULES if [ "$CONFIG_MODULES" = "y" ]; then MODULES=y 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 |