All of lore.kernel.org
 help / color / mirror / Atom feed
From: Grant Likely <grant.likely@secretlab.ca>
To: linuxppc-dev@ozlabs.org, Paul Mackerras <paulus@samba.org>
Cc: Sylvain Munaut <tnt@246tNt.com>
Subject: [PATCH 3/9] [POWERPC] Put mpc52xx support file in platforms/52xx
Date: Mon, 27 Nov 2006 14:16:24 -0700	[thread overview]
Message-ID: <11646622073115-git-send-email-grant.likely@secretlab.ca> (raw)
In-Reply-To: <11646622063980-git-send-email-grant.likely@secretlab.ca>

platforms/embedded6xx is probably going away, and 52xx boards need some extra
support the 52xx interrupt controller and DMA engine anyway.  It makes sense
to group all the 52xx bits into a single path

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
---
 arch/powerpc/Kconfig                       |    4 ++++
 arch/powerpc/platforms/embedded6xx/Kconfig |   12 ------------
 2 files changed, 4 insertions(+), 12 deletions(-)

diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index c9949d9..2c6f8d1 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -408,6 +408,10 @@ config PPC_CHRP
 	select PPC_UDBG_16550
 	default y
 
+config PPC_MPC52xx
+	bool
+	default n
+
 config PPC_EFIKA
 	bool "bPlan Efika 5k2. MPC5200B based computer"
 	depends on PPC_MULTIPLATFORM && PPC32
diff --git a/arch/powerpc/platforms/embedded6xx/Kconfig b/arch/powerpc/platforms/embedded6xx/Kconfig
index 234a861..910d50a 100644
--- a/arch/powerpc/platforms/embedded6xx/Kconfig
+++ b/arch/powerpc/platforms/embedded6xx/Kconfig
@@ -146,15 +146,6 @@ config PQ2FADS
 	  Select PQ2FADS if you wish to configure for a Freescale
 	  PQ2FADS board (-VR or -ZU).
 
-config LITE5200
-	bool "Freescale LITE5200 / (IceCube)"
-	select PPC_MPC52xx
-	help
-	  Support for the LITE5200 dev board for the MPC5200 from Freescale.
-	  This is for the LITE5200 version 2.0 board. Don't know if it changes
-	  much but it's only been tested on this board version. I think this
-	  board is also known as IceCube.
-
 config EV64360
 	bool "Marvell-EV64360BP"
 	help
@@ -172,9 +163,6 @@ config TQM8xxL
 	depends on 8xx && (TQM823L || TQM850L || FPS850L || TQM855L || TQM860L)
 	default y
 
-config PPC_MPC52xx
-	bool
-
 config 8260
 	bool "CPM2 Support" if WILLOW
 	depends on 6xx
-- 
1.4.3.rc2.g0503

  reply	other threads:[~2006-11-27 21:17 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-27 21:16 MPC52xx support rework for 2.6.20 Grant Likely
2006-11-27 21:16 ` [PATCH 1/9] [POWERPC] Document describing mpc52xx device tree binding conventions Grant Likely
2006-11-27 21:16   ` [PATCH 2/9] [POWERPC] Move MPC52xx PIC driver into arch/powerpc/platforms/52xx Grant Likely
2006-11-27 21:16     ` Grant Likely [this message]
2006-11-27 21:16       ` [PATCH 4/9] [POWERPC] move Efika support files into platforms/52xx Grant Likely
2006-11-27 21:16         ` [PATCH 5/9] [POWERPC] Separate IRQ config / register set from main header Grant Likely
2006-11-27 21:16           ` [PATCH 6/9] [POWERPC] Add common routines for 52xx support in arch/powerpc Grant Likely
2006-11-27 21:16             ` [PATCH 7/9] [POWERPC] Add lite5200 board support to arch/powerpc Grant Likely
2006-11-27 21:16               ` [PATCH 8/9] [POWERPC] Add device trees for lite5200 and lite5200b eval boards Grant Likely
2006-11-27 21:16                 ` [PATCH 9/9] [POWERPC] defconfig for lite5200 board Grant Likely
2006-11-27 21:56         ` [PATCH 4/9] [POWERPC] move Efika support files into platforms/52xx Arnd Bergmann
2006-11-27 22:09           ` Grant Likely
2006-11-27 22:12           ` Benjamin Herrenschmidt
2006-11-27 22:33             ` Arnd Bergmann
2006-11-27 21:39 ` MPC52xx support rework for 2.6.20 Sylvain Munaut

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=11646622073115-git-send-email-grant.likely@secretlab.ca \
    --to=grant.likely@secretlab.ca \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=paulus@samba.org \
    --cc=tnt@246tNt.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.