Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9b8babf4a9cc0ba3a8f00b84419ab44bb4d22e05
Commit:     9b8babf4a9cc0ba3a8f00b84419ab44bb4d22e05
Parent:     5396132cf90423d988bde340987ba21a27b787d7
Author:     Kumar Gala <[EMAIL PROTECTED]>
AuthorDate: Thu Mar 15 18:15:07 2007 -0500
Committer:  Kumar Gala <[EMAIL PROTECTED]>
CommitDate: Thu Mar 22 10:04:13 2007 -0500

    [POWERPC] Split powermac platforms into their own Kconfig file
    
    Cleaning up arch/powerpc/Kconfig platform support.
    
    Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
---
 arch/powerpc/Kconfig                    |   20 +-------------------
 arch/powerpc/platforms/powermac/Kconfig |   20 ++++++++++++++++++++
 2 files changed, 21 insertions(+), 19 deletions(-)

diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index b9bffe7..ecc4302 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -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
index 0000000..02d9c7d
--- /dev/null
+++ b/arch/powerpc/platforms/powermac/Kconfig
@@ -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
+
+
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to