From: Thomas Bogendoerfer Date: Wed, 6 Feb 2008 09:37:46 +0000 (-0800) Subject: partition: use DEFAULT_SGI_PARTITION for SGI_PARTION default X-Git-Tag: v2.6.25-rc1~681 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b75cb06f72a8efebc8e1a66af4b8362172a3b661;p=linux-2.6 partition: use DEFAULT_SGI_PARTITION for SGI_PARTION default Use DEFAULT_SGI_PARTITION for SGI_PARTION default Signed-off-by: Thomas Bogendoerfer Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/partitions/Kconfig b/fs/partitions/Kconfig index a99acd8de3..cb5f0a3f1b 100644 --- a/fs/partitions/Kconfig +++ b/fs/partitions/Kconfig @@ -198,7 +198,7 @@ config LDM_DEBUG config SGI_PARTITION 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 Say Y here if you would like to be able to read the hard disk partition table format used by SGI machines.