]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
x86: Only make Macintosh drivers default on Macs
authorAndi Kleen <ak@suse.de>
Wed, 20 Jun 2007 10:23:34 +0000 (12:23 +0200)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 20 Jun 2007 21:27:26 +0000 (14:27 -0700)
It's already annoying that they appear on x86 now -- that's for the 3button
emulation needed on x86 macs -- but at least don't make them default.

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/macintosh/Kconfig

index ee699a7d62148ba05efe4bb3b11ca31524f9b462..0852d330c265b1077bab8905189c67c60be0b723 100644 (file)
@@ -2,7 +2,7 @@
 menuconfig MACINTOSH_DRIVERS
        bool "Macintosh device drivers"
        depends on PPC || MAC || X86
-       default y
+       default y if MAC
 
 if MACINTOSH_DRIVERS