From: Adrian Bunk "swap" is more known than "Support for paging of anonymous memory". The patch below adds "(swap)" to the prompt of CONFIG_SWAP. --- init/Kconfig | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN init/Kconfig~swap-config-clarity init/Kconfig --- 25/init/Kconfig~swap-config-clarity 2004-02-28 16:50:59.000000000 -0800 +++ 25-akpm/init/Kconfig 2004-02-28 16:50:59.000000000 -0800 @@ -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 _