diff options
-rw-r--r-- | init/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index 247084be0590..4d55e81deff0 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -1666,6 +1666,7 @@ config BASE_SMALL | |||
1666 | 1666 | ||
1667 | menuconfig MODULES | 1667 | menuconfig MODULES |
1668 | bool "Enable loadable module support" | 1668 | bool "Enable loadable module support" |
1669 | option modules | ||
1669 | help | 1670 | help |
1670 | Kernel modules are small pieces of compiled code which can | 1671 | Kernel modules are small pieces of compiled code which can |
1671 | be inserted in the running kernel, rather than being | 1672 | be inserted in the running kernel, rather than being |