aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2004-03-01 07:05:38 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-03-01 07:05:38 -0800
commitf08519cfb879e4f6ab60c8222fc4703ca6be7cf5 (patch)
tree77e850024d1c70c4d2ddcaad20283f1d2f76ab0d /init
parentb2a9973a2c9165c374891006b886ec56b08b2483 (diff)
downloadhistory-f08519cfb879e4f6ab60c8222fc4703ca6be7cf5.tar.gz
[PATCH] clarify CONFIG_SWAP Kconfig help
From: Adrian Bunk <bunk@fs.tum.de> "swap" is more known than "Support for paging of anonymous memory". The patch below adds "(swap)" to the prompt of CONFIG_SWAP.
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig
index fa501dc7bab57c..7c661d1bc27054 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -66,7 +66,7 @@ endmenu
menu "General setup"
config SWAP
- bool "Support for paging of anonymous memory"
+ bool "Support for paging of anonymous memory (swap)"
depends on MMU
default y
help