Skip to content

Commit

Permalink
x86: Only make Macintosh drivers default on Macs
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed Jun 20, 2007
1 parent 0e52d32 commit 9f1f79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/macintosh/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9f1f79e

Please sign in to comment.