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>
This commit is contained in:
parent
23c9bbbac5
commit
22258d406f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue