aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/86xx/Kconfig
diff options
context:
space:
mode:
authorXianghua Xiao <x.xiao@freescale.com>2007-10-03 15:09:33 -0500
committerKumar Gala <galak@kernel.crashing.org>2007-10-08 08:38:31 -0500
commit0e65bfe34c1000581746b9889d095241c4cf4a5c (patch)
tree4ea65b112435055fff0e3ab759b6d85488f62b9d /arch/powerpc/platforms/86xx/Kconfig
parent61c5d3cde10689867b86c8352aa0295637e941cb (diff)
[POWERPC] Add initial MPC8610 HPCD Platform files.
Add basic board support for the MPC8610 HPCD. This does not include any support the SoC Display or Audio controllers. Signed-off-by: Xianghua Xiao <x.xiao@freescale.com> Signed-off-by: Jason Jin <Jason.jin@freescale.com> Signed-off-by: Jon Loelier <jdl@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/86xx/Kconfig')
-rw-r--r--arch/powerpc/platforms/86xx/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/86xx/Kconfig b/arch/powerpc/platforms/86xx/Kconfig
index 685b2fbbbe0..21d113536b8 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