summaryrefslogtreecommitdiffstats
path: root/fs/partitions
diff options
context:
space:
mode:
authorThomas Bogendoerfer2008-02-06 10:37:46 +0100
committerLinus Torvalds2008-02-06 19:41:08 +0100
commitb75cb06f72a8efebc8e1a66af4b8362172a3b661 (patch)
tree93ae2ca3845d895bc663661c0ef5a0534aab0c8e /fs/partitions
parentparport_serial: netmos 9855 fix (diff)
downloadkernel-qcow2-linux-b75cb06f72a8efebc8e1a66af4b8362172a3b661.tar.gz
kernel-qcow2-linux-b75cb06f72a8efebc8e1a66af4b8362172a3b661.tar.xz
kernel-qcow2-linux-b75cb06f72a8efebc8e1a66af4b8362172a3b661.zip
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>
Diffstat (limited to 'fs/partitions')
-rw-r--r--fs/partitions/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/partitions/Kconfig b/fs/partitions/Kconfig
index a99acd8de353..cb5f0a3f1b03 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.