From: Xianghua Xiao <[EMAIL PROTECTED]>

Signed-off-by: Xianghua Xiao <[EMAIL PROTECTED]>
Signed-off-by: Jason Jin <[EMAIL PROTECTED]>
Signed-off-by: Jon Loeliger <[EMAIL PROTECTED]>
---
 arch/powerpc/platforms/86xx/Kconfig  |   13 +++++++++++++
 arch/powerpc/platforms/86xx/Makefile |    1 +
 2 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/arch/powerpc/platforms/86xx/Kconfig 
b/arch/powerpc/platforms/86xx/Kconfig
index 685b2fb..21d1135 100644
--- a/arch/powerpc/platforms/86xx/Kconfig
+++ b/arch/powerpc/platforms/86xx/Kconfig
@@ -11,6 +11,12 @@ config MPC8641_HPCN
        help
          This option enables support for the MPC8641 HPCN board.
 
+config MPC8610_HPCD
+       bool "Freescale MPC8610 HPCD"
+       select DEFAULT_UIMAGE
+       help
+         This option enables support for the MPC8610 HPCD board.
+
 endchoice
 
 config MPC8641
@@ -19,3 +25,10 @@ config MPC8641
        select PPC_UDBG_16550
        select MPIC
        default y if MPC8641_HPCN
+
+config MPC8610
+       bool
+       select FSL_PCI if PCI
+       select PPC_UDBG_16550
+       select MPIC
+       default y if MPC8610_HPCD
diff --git a/arch/powerpc/platforms/86xx/Makefile 
b/arch/powerpc/platforms/86xx/Makefile
index 3376c77..c967063 100644
--- a/arch/powerpc/platforms/86xx/Makefile
+++ b/arch/powerpc/platforms/86xx/Makefile
@@ -4,3 +4,4 @@
 
 obj-$(CONFIG_SMP)              += mpc86xx_smp.o
 obj-$(CONFIG_MPC8641_HPCN)     += mpc86xx_hpcn.o
+obj-$(CONFIG_MPC8610_HPCD)     += mpc8610_hpcd.o
-- 
1.5.3



_______________________________________________
Linuxppc-dev mailing list
[email protected]
https://ozlabs.org/mailman/listinfo/linuxppc-dev

Reply via email to