From 19d0e8ce856a7628a630710aed82931ce1c7eb97 Mon Sep 17 00:00:00 2001 From: Philippe De Muyter Date: Tue, 8 May 2007 00:29:15 -0700 Subject: partition: add support for sysv68 partitions Add support for the Motorola sysv68 disk partition (slices in motorola doc). Signed-off-by: Philippe De Muyter Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- fs/partitions/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'fs/partitions/Kconfig') 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 help Say Y here if you would like to use hard disks under Linux which were partitioned using EFI GPT. + +config SYSV68_PARTITION + bool "SYSV68 partition table support" if PARTITION_ADVANCED + default y if M68K + help + Say Y here if you would like to be able to read the hard disk + partition table format used by Motorola Delta machines (using + sysv68). + Otherwise, say N. -- cgit v1.2.3