diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2007-05-10 22:22:28 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-11 08:29:33 -0700 |
commit | 22258d406f91d7f7ee8e58f18b3722d0647f6a9a (patch) | |
tree | 1ed6e1d40e6b3458febc703cb683ec245bfa85de /fs/partitions | |
parent | 23c9bbbac57ae50dceadfda37b49785ec04dd42f (diff) | |
download | op-kernel-dev-22258d406f91d7f7ee8e58f18b3722d0647f6a9a.zip op-kernel-dev-22258d406f91d7f7ee8e58f18b3722d0647f6a9a.tar.gz |
Let SYSV68_PARTITION default to yes on VME only
Don't enable SYSV68 partition table support on all m68k boxes by default,
only on Motorola VME boards.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: 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')
-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 0120704..7638a1c 100644 --- a/fs/partitions/Kconfig +++ b/fs/partitions/Kconfig @@ -239,7 +239,7 @@ config EFI_PARTITION config SYSV68_PARTITION bool "SYSV68 partition table support" if PARTITION_ADVANCED - default y if M68K + default y if VME 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 |