diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2008-02-06 04:37:46 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-06 13:41:08 -0500 |
commit | b75cb06f72a8efebc8e1a66af4b8362172a3b661 (patch) | |
tree | 93ae2ca3845d895bc663661c0ef5a0534aab0c8e /fs | |
parent | c01106e573e2ce56a7cf4d65937ddf8f7fee1a18 (diff) |
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')
-rw-r--r-- | fs/partitions/Kconfig | 2 |
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 | |||
198 | 198 | ||
199 | config SGI_PARTITION | 199 | config SGI_PARTITION |
200 | bool "SGI partition support" if PARTITION_ADVANCED | 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 | help | 202 | help |
203 | Say Y here if you would like to be able to read the hard disk | 203 | Say Y here if you would like to be able to read the hard disk |
204 | partition table format used by SGI machines. | 204 | partition table format used by SGI machines. |