linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [Add mpc5121 support PATCH v2 1/8] Add IPIC config option
@ 2008-01-16 21:37 John Rigby
  2008-01-16 21:37 ` [Add mpc5121 support PATCH v2 2/8] Add mpc512x ipic support John Rigby
  0 siblings, 1 reply; 14+ messages in thread
From: John Rigby @ 2008-01-16 21:37 UTC (permalink / raw)
  To: linuxppc-dev

IPIC is not just for 83xx anymore so make it a separate
config option.

Signed-off-by: John Rigby <jrigby@freescale.com>
---
 arch/powerpc/platforms/Kconfig |    5 +++++
 arch/powerpc/sysdev/Makefile   |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/arch/powerpc/platforms/Kconfig b/arch/powerpc/platforms/Kconfig
index ea22cad..ad9b1c0 100644
--- a/arch/powerpc/platforms/Kconfig
+++ b/arch/powerpc/platforms/Kconfig
@@ -22,6 +22,7 @@ config PPC_83xx
 	depends on 6xx
 	select FSL_SOC
 	select 83xx
+	select IPIC
 	select WANT_DEVICE_TREE
 
 config PPC_86xx
@@ -80,6 +81,10 @@ config XICS
 	bool
 	default y
 
+config IPIC
+	bool
+	default n
+
 config MPIC
 	bool
 	default n
diff --git a/arch/powerpc/sysdev/Makefile b/arch/powerpc/sysdev/Makefile
index 9a20ef4..66fe39c 100644
--- a/arch/powerpc/sysdev/Makefile
+++ b/arch/powerpc/sysdev/Makefile
@@ -24,7 +24,7 @@ obj-$(CONFIG_AXON_RAM)		+= axonram.o
 ifeq ($(CONFIG_PPC_MERGE),y)
 obj-$(CONFIG_PPC_INDIRECT_PCI)	+= indirect_pci.o
 obj-$(CONFIG_PPC_I8259)		+= i8259.o
-obj-$(CONFIG_PPC_83xx)		+= ipic.o
+obj-$(CONFIG_IPIC)		+= ipic.o
 obj-$(CONFIG_4xx)		+= uic.o
 obj-$(CONFIG_XILINX_VIRTEX)	+= xilinx_intc.o
 ifeq ($(CONFIG_PCI),y)
-- 
1.5.3.5.726.g41a7a

^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2008-01-17 18:02 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-16 21:37 [Add mpc5121 support PATCH v2 1/8] Add IPIC config option John Rigby
2008-01-16 21:37 ` [Add mpc5121 support PATCH v2 2/8] Add mpc512x ipic support John Rigby
2008-01-16 21:37   ` [Add mpc5121 support PATCH v2 3/8] Basic Freescale MPC512x support John Rigby
2008-01-16 21:37     ` [Add mpc5121 support PATCH v2 4/8] Device tree for MPC5121 ADS John Rigby
2008-01-16 21:37       ` [Add mpc5121 support PATCH v2 5/8] Separate MPC52xx PSC FIFO registers from rest of PSC John Rigby
2008-01-16 21:37         ` [Add mpc5121 support PATCH v2 6/8] Cleanup checkpatch.pl problems in mpc52xx_uart.c John Rigby
2008-01-16 21:37           ` [Add mpc5121 support PATCH v2 7/8] Factor out 52xx dependencies from 52xx psc driver John Rigby
2008-01-16 21:37             ` [Add mpc5121 support PATCH v2 8/8] Add MPC512x support to MPC52xx " John Rigby
2008-01-17 17:35           ` [Add mpc5121 support PATCH v2 6/8] Cleanup checkpatch.pl problems in mpc52xx_uart.c Grant Likely
2008-01-17 17:36         ` [Add mpc5121 support PATCH v2 5/8] Separate MPC52xx PSC FIFO registers from rest of PSC Grant Likely
2008-01-17 17:30       ` [Add mpc5121 support PATCH v2 4/8] Device tree for MPC5121 ADS Grant Likely
2008-01-16 23:02     ` [Add mpc5121 support PATCH v2 3/8] Basic Freescale MPC512x support Stephen Rothwell
2008-01-17 17:21     ` Grant Likely
2008-01-17  0:16   ` [Add mpc5121 support PATCH v2 2/8] Add mpc512x ipic support David Gibson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).