diff options
author | Olaf Hering <olh@suse.de> | 2006-07-30 03:03:51 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-07-31 13:28:41 -0700 |
commit | cfa224e928f782e1593b5222688fad84c2cad3e8 (patch) | |
tree | 0cc0033b9c29f4893bb50375476ed5e887563b7b /fs/partitions | |
parent | 47a31976cadb9a2d25a2896762cb0e678470a29b (diff) | |
download | op-kernel-dev-cfa224e928f782e1593b5222688fad84c2cad3e8.zip op-kernel-dev-cfa224e928f782e1593b5222688fad84c2cad3e8.tar.gz |
[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 <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>
Diffstat (limited to 'fs/partitions')
-rw-r--r-- | fs/partitions/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/partitions/Kconfig b/fs/partitions/Kconfig index c9a4780..e478f19 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. |