
From: Geert Uytterhoeven <geert@linux-m68k.org>

Sun-3/3x: Enable Sun partition tables support by default

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/arch/m68k/configs/sun3_defconfig  |    1 +
 25-akpm/arch/m68k/configs/sun3x_defconfig |    1 +
 25-akpm/fs/partitions/Kconfig             |    2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)

diff -puN arch/m68k/configs/sun3_defconfig~sun-3-3x-enable-sun-partition-tables-support-by-default arch/m68k/configs/sun3_defconfig
--- 25/arch/m68k/configs/sun3_defconfig~sun-3-3x-enable-sun-partition-tables-support-by-default	2005-03-21 22:46:13.000000000 -0800
+++ 25-akpm/arch/m68k/configs/sun3_defconfig	2005-03-21 22:46:13.000000000 -0800
@@ -730,6 +730,7 @@ CONFIG_CODA_FS=m
 #
 # CONFIG_PARTITION_ADVANCED is not set
 CONFIG_MSDOS_PARTITION=y
+CONFIG_SUN_PARTITION=y
 
 #
 # Native Language Support
diff -puN arch/m68k/configs/sun3x_defconfig~sun-3-3x-enable-sun-partition-tables-support-by-default arch/m68k/configs/sun3x_defconfig
--- 25/arch/m68k/configs/sun3x_defconfig~sun-3-3x-enable-sun-partition-tables-support-by-default	2005-03-21 22:46:13.000000000 -0800
+++ 25-akpm/arch/m68k/configs/sun3x_defconfig	2005-03-21 22:46:13.000000000 -0800
@@ -740,6 +740,7 @@ CONFIG_CODA_FS=m
 #
 # CONFIG_PARTITION_ADVANCED is not set
 CONFIG_MSDOS_PARTITION=y
+CONFIG_SUN_PARTITION=y
 
 #
 # Native Language Support
diff -puN fs/partitions/Kconfig~sun-3-3x-enable-sun-partition-tables-support-by-default fs/partitions/Kconfig
--- 25/fs/partitions/Kconfig~sun-3-3x-enable-sun-partition-tables-support-by-default	2005-03-21 22:46:13.000000000 -0800
+++ 25-akpm/fs/partitions/Kconfig	2005-03-21 22:46:13.000000000 -0800
@@ -203,7 +203,7 @@ config ULTRIX_PARTITION
 
 config SUN_PARTITION
 	bool "Sun partition tables support" if PARTITION_ADVANCED
-	default y if (SPARC32 || SPARC64)
+	default y if (SPARC32 || SPARC64 || SUN3 || SUN3X)
 	---help---
 	  Like most systems, SunOS uses its own hard disk partition table
 	  format, incompatible with all others. Saying Y here allows you to
_
