From fc60971f01d514e0530bf6de297bbe2cbda7c852 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Sat, 8 Mar 2003 03:25:21 -0800 Subject: [PATCH] move CONFIG_SWAP around Patch from Tom Rini Take CONFIG_SWAP out of the top-level menu into the general setup menu. Make it dependent on CONFIG_MMU and common to all architectures. --- init/Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'init') diff --git a/init/Kconfig b/init/Kconfig index 887abc316ee2..7dec6b722483 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -37,6 +37,16 @@ endmenu menu "General setup" +config SWAP + bool "Support for paging of anonymous memory" + depends on MMU + default y + help + This option allows you to choose whether you want to have support + for socalled swap devices or swap files in your kernel that are + used to provide more virtual memory than the actual RAM present + in your computer. If unusre say Y. + config SYSVIPC bool "System V IPC" ---help--- -- cgit v1.2.3