]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] Disable Macintosh device drivers for all but PPC || MAC
authorAndrew Morton <akpm@osdl.org>
Fri, 12 Mar 2004 00:19:15 +0000 (16:19 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 12 Mar 2004 00:19:15 +0000 (16:19 -0800)
From: Marc-Christian Petersen <m.c.p@wolk-project.de>

The attached patch is needed to stop showing us "Macintosh device drivers"
for all architectures via menuconfig || xconfig || gconfig.  It's only
necessary for PPC and/or MAC.

ACKed by benh.

drivers/macintosh/Kconfig

index f03fff62b59ea9bb6ccf0023451221f5d331a19e..505d21b692b2ebd9e78d4a7b773dffba9002b017 100644 (file)
@@ -1,5 +1,6 @@
 
 menu "Macintosh device drivers"
+       depends on PPC || MAC
 
 config ADB
        bool "Apple Desktop Bus (ADB) support"