You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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>
This commit is contained in:
committed by
Linus Torvalds
parent
0e52d3281f
commit
9f1f79e641
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user