diff options
author | Andi Kleen <ak@suse.de> | 2007-06-20 06:23:34 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-06-20 17:27:26 -0400 |
commit | 9f1f79e641c548ee93fb20f69c9a404b92ee4fdd (patch) | |
tree | 1dcf798d7d54afbcd7ad9de46d83e3e268f2b733 /drivers | |
parent | 0e52d3281f8aa6486949478ea95c8ca85c3ffab5 (diff) |
x86: Only make Macintosh drivers default on Macs
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/macintosh/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/macintosh/Kconfig b/drivers/macintosh/Kconfig index ee699a7d6214..0852d330c265 100644 --- a/drivers/macintosh/Kconfig +++ b/drivers/macintosh/Kconfig | |||
@@ -2,7 +2,7 @@ | |||
2 | menuconfig MACINTOSH_DRIVERS | 2 | menuconfig MACINTOSH_DRIVERS |
3 | bool "Macintosh device drivers" | 3 | bool "Macintosh device drivers" |
4 | depends on PPC || MAC || X86 | 4 | depends on PPC || MAC || X86 |
5 | default y | 5 | default y if MAC |
6 | 6 | ||
7 | if MACINTOSH_DRIVERS | 7 | if MACINTOSH_DRIVERS |
8 | 8 | ||