Re: [PATCH for 2.6.22] [6/10] x86: Only make Macintosh drivers default on Macs

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Olaf Hering
Date: Thursday, June 21, 2007 - 10:52 am

On Thu, Jun 21, Olaf Hering wrote:




This one works. 
Without it, every previously enabled option will default to N during
make oldconfig.
With it, every previously enabled option remains the same because make
oldcconfig does not touch them.



Signed-off-by: Olaf Hering <olaf@aepfle.de>

diff --git a/drivers/macintosh/Kconfig b/drivers/macintosh/Kconfig
index 0852d33..dbe9626 100644
--- a/drivers/macintosh/Kconfig
+++ b/drivers/macintosh/Kconfig
@@ -2,7 +2,7 @@
 menuconfig MACINTOSH_DRIVERS
 	bool "Macintosh device drivers"
 	depends on PPC || MAC || X86
-	default y if MAC
+	default y if (PPC_PMAC || MAC)
 
 if MACINTOSH_DRIVERS
 
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH for 2.6.22] [6/10] x86: Only make Macintosh dri ..., Olaf Hering, (Thu Jun 21, 10:52 am)