Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Thomas Bogendoerfer and committed by
Linus Torvalds
b75cb06f c01106e5

+1 -1
+1 -1
fs/partitions/Kconfig
··· 198 198 199 199 config SGI_PARTITION 200 200 bool "SGI partition support" if PARTITION_ADVANCED 201 - default y if (SGI_IP22 || SGI_IP27 || ((MACH_JAZZ || SNI_RM) && !CPU_LITTLE_ENDIAN)) 201 + default y if DEFAULT_SGI_PARTITION 202 202 help 203 203 Say Y here if you would like to be able to read the hard disk 204 204 partition table format used by SGI machines.