mirror of https://gitee.com/openkylin/linux.git
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: Olaf Hering <olaf@aepfle.de> Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
9d9bbd4d24
commit
e2f1f19272
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue