]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[POWERPC] Split powermac platforms into their own Kconfig file
authorKumar Gala <galak@kernel.crashing.org>
Thu, 15 Mar 2007 23:15:07 +0000 (18:15 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Thu, 22 Mar 2007 15:04:13 +0000 (10:04 -0500)
Cleaning up arch/powerpc/Kconfig platform support.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/Kconfig
arch/powerpc/platforms/powermac/Kconfig [new file with mode: 0644]

index b9bffe769d3f41ce78d80b47b0a9624d2dcfcb29..ecc4302bfd0225e214f0690900f5e7ba31f5b295 100644 (file)
@@ -433,25 +433,7 @@ config PPC_CHRP
        default y
 
 source "arch/powerpc/platforms/52xx/Kconfig"
-
-config PPC_PMAC
-       bool "Apple PowerMac based machines"
-       depends on PPC_MULTIPLATFORM
-       select MPIC
-       select PPC_INDIRECT_PCI if PPC32
-       select PPC_MPC106 if PPC32
-       select PPC_NATIVE
-       default y
-
-config PPC_PMAC64
-       bool
-       depends on PPC_PMAC && POWER4
-       select MPIC
-       select U3_DART
-       select MPIC_BROKEN_U3
-       select GENERIC_TBSYNC
-       select PPC_970_NAP
-       default y
+source "arch/powerpc/platforms/powermac/Kconfig"
 
 config PPC_PREP
        bool "PowerPC Reference Platform (PReP) based machines"
diff --git a/arch/powerpc/platforms/powermac/Kconfig b/arch/powerpc/platforms/powermac/Kconfig
new file mode 100644 (file)
index 0000000..02d9c7d
--- /dev/null
@@ -0,0 +1,20 @@
+config PPC_PMAC
+       bool "Apple PowerMac based machines"
+       depends on PPC_MULTIPLATFORM
+       select MPIC
+       select PPC_INDIRECT_PCI if PPC32
+       select PPC_MPC106 if PPC32
+       select PPC_NATIVE
+       default y
+
+config PPC_PMAC64
+       bool
+       depends on PPC_PMAC && POWER4
+       select MPIC
+       select U3_DART
+       select MPIC_BROKEN_U3
+       select GENERIC_TBSYNC
+       select PPC_970_NAP
+       default y
+
+