aboutsummaryrefslogtreecommitdiffstats
path: root/fs/partitions/Kconfig
diff options
context:
space:
mode:
authorPhilippe De Muyter <phdm@macqel.be>2007-05-08 03:29:15 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-05-08 14:15:09 -0400
commit19d0e8ce856a7628a630710aed82931ce1c7eb97 (patch)
treef2d111b8723417ddc1b136c405923a49d4fce62a /fs/partitions/Kconfig
parente729aa16b168fb202d1a20f936028cb7c2a0278d (diff)
partition: add support for sysv68 partitions
Add support for the Motorola sysv68 disk partition (slices in motorola doc). Signed-off-by: Philippe De Muyter <phdm@macqel.be> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/partitions/Kconfig')
-rw-r--r--fs/partitions/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/fs/partitions/Kconfig b/fs/partitions/Kconfig
index 6e8bb66fe619..01207042048b 100644
--- a/fs/partitions/Kconfig
+++ b/fs/partitions/Kconfig
@@ -236,3 +236,12 @@ config EFI_PARTITION
236 help 236 help
237 Say Y here if you would like to use hard disks under Linux which 237 Say Y here if you would like to use hard disks under Linux which
238 were partitioned using EFI GPT. 238 were partitioned using EFI GPT.
239
240config SYSV68_PARTITION
241 bool "SYSV68 partition table support" if PARTITION_ADVANCED
242 default y if M68K
243 help
244 Say Y here if you would like to be able to read the hard disk
245 partition table format used by Motorola Delta machines (using
246 sysv68).
247 Otherwise, say N.