[trivial patch] config cleanup - software suspend

Brad Hards (bhards@bigpond.net.au)
Sun, 16 Jun 2002 21:49:03 +1000


--------------Boundary-00=_RHRS3OV1IK099MYQQT99
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 8bit
Content-Disposition: inline

Please find enclosed a trivial patch that moves the Software Suspend
configuration option into the new power management menu, which is where
(IMNSHO) it belongs.

Brad

-- 
http://conf.linux.org.au. 22-25Jan2003. Perth, Australia. Birds in Black.
--------------Boundary-00=_RHRS3OV1IK099MYQQT99
Content-Type: text/x-diff;
  charset="us-ascii";
  name="swsusp-config-16062002.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="swsusp-config-16062002.patch"

diff -Naur -X dontdiff linux-2.5.21/arch/i386/config.in linux-2.5.21-config-pm/arch/i386/config.in --- linux-2.5.21/arch/i386/config.in Sun Jun 9 15:28:47 2002 +++ linux-2.5.21-config-pm/arch/i386/config.in Sun Jun 16 21:39:58 2002 @@ -225,6 +225,8 @@ bool ' Use real mode APM BIOS call to power off' CONFIG_APM_REAL_MODE_POWER_OFF fi +dep_mbool 'Software Suspend (EXPERIMENTAL)' CONFIG_SOFTWARE_SUSPEND $CONFIG_PM $CONFIG_EXPERIMENTAL + endmenu mainmenu_option next_comment @@ -405,10 +407,6 @@ mainmenu_option next_comment comment 'Kernel hacking' -if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then - dep_bool 'Software Suspend' CONFIG_SOFTWARE_SUSPEND $CONFIG_PM -fi - bool 'Kernel debugging' CONFIG_DEBUG_KERNEL if [ "$CONFIG_DEBUG_KERNEL" != "n" ]; then bool ' Debug memory allocations' CONFIG_DEBUG_SLAB

--------------Boundary-00=_RHRS3OV1IK099MYQQT99--

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/