Skip to content

Commit

Permalink
[PATCH] enable mac partition label per default on pmac
Browse files Browse the repository at this point in the history
Enable mac partition table support per default also for a powermac config.

Signed-off-by: Olaf Hering <olh@suse.de>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
olafhering authored and Linus Torvalds committed Jul 31, 2006
1 parent 47a3197 commit cfa224e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/partitions/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit cfa224e

Please sign in to comment.