diff options
Diffstat (limited to 'fs/partitions/Kconfig')
-rw-r--r-- | fs/partitions/Kconfig | 9 |
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 | |||
240 | config 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. | ||