diff options
author | Xianghua Xiao <x.xiao@freescale.com> | 2007-10-03 16:09:33 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-10-08 09:38:31 -0400 |
commit | 0e65bfe34c1000581746b9889d095241c4cf4a5c (patch) | |
tree | 4ea65b112435055fff0e3ab759b6d85488f62b9d /arch/powerpc/platforms/86xx/Kconfig | |
parent | 61c5d3cde10689867b86c8352aa0295637e941cb (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/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/86xx/Kconfig b/arch/powerpc/platforms/86xx/Kconfig index 685b2fbbbe00..21d113536b86 100644 --- a/arch/powerpc/platforms/86xx/Kconfig +++ b/arch/powerpc/platforms/86xx/Kconfig | |||
@@ -11,6 +11,12 @@ config MPC8641_HPCN | |||
11 | help | 11 | help |
12 | This option enables support for the MPC8641 HPCN board. | 12 | This option enables support for the MPC8641 HPCN board. |
13 | 13 | ||
14 | config MPC8610_HPCD | ||
15 | bool "Freescale MPC8610 HPCD" | ||
16 | select DEFAULT_UIMAGE | ||
17 | help | ||
18 | This option enables support for the MPC8610 HPCD board. | ||
19 | |||
14 | endchoice | 20 | endchoice |
15 | 21 | ||
16 | config MPC8641 | 22 | config MPC8641 |
@@ -19,3 +25,10 @@ config MPC8641 | |||
19 | select PPC_UDBG_16550 | 25 | select PPC_UDBG_16550 |
20 | select MPIC | 26 | select MPIC |
21 | default y if MPC8641_HPCN | 27 | default y if MPC8641_HPCN |
28 | |||
29 | config MPC8610 | ||
30 | bool | ||
31 | select FSL_PCI if PCI | ||
32 | select PPC_UDBG_16550 | ||
33 | select MPIC | ||
34 | default y if MPC8610_HPCD | ||