LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Kumar Gala <galak@kernel.crashing.org>
To: linuxppc-dev@ozlabs.org
Subject: [PATCH][POWERPC] [002/006] Split powermac platforms into their own Kconfig file
Date: Fri, 16 Mar 2007 10:22:50 -0500 (CDT)	[thread overview]
Message-ID: <Pine.LNX.4.64.0703161021430.9740@localhost.localdomain> (raw)
In-Reply-To: <Pine.LNX.4.64.0703161016520.9740@localhost.localdomain>


>From 7b3e208ad495435a79a65dccf0324a14eef44ee4 Mon Sep 17 00:00:00 2001
From: Kumar Gala <galak@kernel.crashing.org>
Date: Thu, 15 Mar 2007 18:15:07 -0500
Subject: [PATCH] [POWERPC] Split powermac platforms into their own Kconfig file

Cleaning up arch/powerpc/Kconfig platform support.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
---
 arch/powerpc/Kconfig                    |   20 +-------------------
 arch/powerpc/platforms/powermac/Kconfig |   20 ++++++++++++++++++++
 2 files changed, 21 insertions(+), 19 deletions(-)
 create mode 100644 arch/powerpc/platforms/powermac/Kconfig

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
+
+
-- 
1.5.0.2

  parent reply	other threads:[~2007-03-16 15:26 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-16 15:18 RFC: arch/powerpc/Kconfig cleanup [000/006] Kumar Gala
2007-03-16 15:21 ` [PATCH] [POWERPC] [001/006] Split 52xx platforms into their own Kconfig file Kumar Gala
2007-03-16 15:40   ` Grant Likely
2007-03-16 15:22 ` Kumar Gala [this message]
2007-03-16 15:23 ` [PATCH][POWERPC] [003/006] Split cell platforms into their respective " Kumar Gala
2007-03-16 15:24 ` [PATCH][POWERPC] [004/006] Removed config options that we don't support in embedded6xx Kumar Gala
2007-03-16 15:48   ` Grant Likely
2007-03-16 19:45   ` [PATCH][POWERPC] [004/006] Removed config options that we don'tsupport " Stewart Katherine-ra4863
2007-03-16 20:03     ` Kumar Gala
2007-03-16 15:25 ` [PATCH][POWERPC] [005/006] Split several platforms into their respective Kconfig file Kumar Gala
2007-03-16 15:25 ` [PATCH][POWERPC] [006/006] Created arch/powerpc/platforms/Kconfig for "Platform support" Kumar Gala

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.64.0703161021430.9740@localhost.localdomain \
    --to=galak@kernel.crashing.org \
    --cc=linuxppc-dev@ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox