diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index 25f4d74adf7e..b9923b1434a2 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -99,7 +99,7 @@ config SWAP | |||
99 | default y | 99 | default y |
100 | help | 100 | help |
101 | This option allows you to choose whether you want to have support | 101 | This option allows you to choose whether you want to have support |
102 | for socalled swap devices or swap files in your kernel that are | 102 | for so called swap devices or swap files in your kernel that are |
103 | used to provide more virtual memory than the actual RAM present | 103 | used to provide more virtual memory than the actual RAM present |
104 | in your computer. If unsure say Y. | 104 | in your computer. If unsure say Y. |
105 | 105 | ||
@@ -427,6 +427,9 @@ config SLOB | |||
427 | default !SLAB | 427 | default !SLAB |
428 | bool | 428 | bool |
429 | 429 | ||
430 | config OBSOLETE_INTERMODULE | ||
431 | tristate | ||
432 | |||
430 | menu "Loadable module support" | 433 | menu "Loadable module support" |
431 | 434 | ||
432 | config MODULES | 435 | config MODULES |