]> git.hungrycats.org Git - linux/commitdiff
[PATCH] clarify CONFIG_SWAP Kconfig help
authorAndrew Morton <akpm@osdl.org>
Mon, 1 Mar 2004 15:05:38 +0000 (07:05 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 1 Mar 2004 15:05:38 +0000 (07:05 -0800)
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.

init/Kconfig

index fa501dc7bab57c1171a21276d71fe545757c5e7c..7c661d1bc27054adeb1bc15d2c8dea34dec99d4a 100644 (file)
@@ -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