Skip to content

Commit

Permalink
x86_64: Fix only make Macintosh drivers default on Macs
Browse files Browse the repository at this point in the history
Include PPC_MAC in the default too, not only MAC which only covers
m68k MACs.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Olaf Hering authored and Linus Torvalds committed Jun 23, 2007
1 parent 9d9bbd4 commit e2f1f19
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 if MAC
default y if (PPC_PMAC || MAC)

if MACINTOSH_DRIVERS

Expand Down

0 comments on commit e2f1f19

Please sign in to comment.