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

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

[PATCH] enable mac partition label per default on pmac



Enable mac partition table support per default also for a powermac config.

Signed-off-by: default avatarOlaf Hering <olh@suse.de>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 47a31976
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -99,7 +99,7 @@ config IBM_PARTITION


config MAC_PARTITION
config MAC_PARTITION
	bool "Macintosh partition map support" if PARTITION_ADVANCED
	bool "Macintosh partition map support" if PARTITION_ADVANCED
	default y if MAC
	default y if (MAC || PPC_PMAC)
	help
	help
	  Say Y here if you would like to use hard disks under Linux which
	  Say Y here if you would like to use hard disks under Linux which
	  were partitioned on a Macintosh.
	  were partitioned on a Macintosh.