From: Olaf Hering Date: Sun, 30 Jul 2006 10:03:51 +0000 (-0700) Subject: [PATCH] enable mac partition label per default on pmac X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=cfa224e928f782e1593b5222688fad84c2cad3e8;p=linux-beck.git [PATCH] enable mac partition label per default on pmac Enable mac partition table support per default also for a powermac config. Signed-off-by: Olaf Hering Cc: Benjamin Herrenschmidt Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/partitions/Kconfig b/fs/partitions/Kconfig index c9a478099281..e478f1941831 100644 --- a/fs/partitions/Kconfig +++ b/fs/partitions/Kconfig @@ -99,7 +99,7 @@ config IBM_PARTITION config MAC_PARTITION bool "Macintosh partition map support" if PARTITION_ADVANCED - default y if MAC + default y if (MAC || PPC_PMAC) help Say Y here if you would like to use hard disks under Linux which were partitioned on a Macintosh.