mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 03:36:19 +00:00
partition: use DEFAULT_SGI_PARTITION for SGI_PARTION default
Use DEFAULT_SGI_PARTITION for SGI_PARTION default Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
c01106e573
commit
b75cb06f72
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ config LDM_DEBUG
|
||||||
|
|
||||||
config SGI_PARTITION
|
config SGI_PARTITION
|
||||||
bool "SGI partition support" if PARTITION_ADVANCED
|
bool "SGI partition support" if PARTITION_ADVANCED
|
||||||
default y if (SGI_IP22 || SGI_IP27 || ((MACH_JAZZ || SNI_RM) && !CPU_LITTLE_ENDIAN))
|
default y if DEFAULT_SGI_PARTITION
|
||||||
help
|
help
|
||||||
Say Y here if you would like to be able to read the hard disk
|
Say Y here if you would like to be able to read the hard disk
|
||||||
partition table format used by SGI machines.
|
partition table format used by SGI machines.
|
||||||
|
|
Loading…
Reference in a new issue