Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e2f1f192 authored by Olaf Hering's avatar Olaf Hering Committed by Linus Torvalds
Browse files

x86_64: Fix only make Macintosh drivers default on Macs



Include PPC_MAC in the default too, not only MAC which only covers
m68k MACs.

Signed-off-by: default avatarOlaf Hering <olaf@aepfle.de>
Signed-off-by: default avatarAndi Kleen <ak@suse.de>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 9d9bbd4d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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