| To: | linux-kernel@vger.kernel.org, linux-mips@linux-mips.org |
|---|---|
| Subject: | [PATCH] PARTITION: Use DEFAULT_SGI_PARTITION for SGI_PARTION default |
| From: | Thomas Bogendoerfer <tsbogend@alpha.franken.de> |
| Date: | Sun, 2 Dec 2007 12:54:56 +0100 (CET) |
| Cc: | wim@iguana.be |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
Use DEFAULT_SGI_PARTITION for SGI_PARTION default
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
---
Please apply for 2.6.25.
fs/partitions/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fs/partitions/Kconfig b/fs/partitions/Kconfig
index a99acd8..cb5f0a3 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.
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] WATCHDOG: Use SGI_HAS_INDYDOG for INDYDOG depends, Thomas Bogendoerfer |
|---|---|
| Next by Date: | [PATCH] I8042: Use SGI_HAS_I8042 to select SGI i8042 handlinig, Thomas Bogendoerfer |
| Previous by Thread: | [PATCH] WATCHDOG: Use SGI_HAS_INDYDOG for INDYDOG depends, Thomas Bogendoerfer |
| Next by Thread: | [PATCH] I8042: Use SGI_HAS_I8042 to select SGI i8042 handlinig, Thomas Bogendoerfer |
| Indexes: | [Date] [Thread] [Top] [All Lists] |