diff options
author | Heiko Schocher <hs@denx.de> | 2008-06-18 04:38:32 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-09-16 11:01:32 -0400 |
commit | 637166337ca29459581bd2943072a9f1268fb982 (patch) | |
tree | dd98fa6a565517eca25d63345f3bb962306f5e01 /arch/powerpc/platforms/82xx/Kconfig | |
parent | e14d4af0c87af0be7f2d0e204e1922cf4fa3c19e (diff) |
powerpc: Add support for mpc8247 based board MGCOGE from keymile.
Signed-off-by: Heiko Schocher <hs@denx.de>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/82xx/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/82xx/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/82xx/Kconfig b/arch/powerpc/platforms/82xx/Kconfig index 75eb1ede5497..30f008b2f92e 100644 --- a/arch/powerpc/platforms/82xx/Kconfig +++ b/arch/powerpc/platforms/82xx/Kconfig | |||
@@ -38,6 +38,14 @@ config EP8248E | |||
38 | This board is also resold by Freescale as the QUICCStart | 38 | This board is also resold by Freescale as the QUICCStart |
39 | MPC8248 Evaluation System and/or the CWH-PPC-8248N-VE. | 39 | MPC8248 Evaluation System and/or the CWH-PPC-8248N-VE. |
40 | 40 | ||
41 | config MGCOGE | ||
42 | bool "Keymile MGCOGE" | ||
43 | select 8272 | ||
44 | select 8260 | ||
45 | select FSL_SOC | ||
46 | help | ||
47 | This enables support for the Keymile MGCOGE board. | ||
48 | |||
41 | endif | 49 | endif |
42 | 50 | ||
43 | config PQ2ADS | 51 | config PQ2ADS |