aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/8xx/Kconfig
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2010-03-23 08:57:01 +0100
committerKumar Gala <galak@kernel.crashing.org>2010-08-04 14:25:22 -0500
commitc4b6a77663f5879de20561144716cfb675815e82 (patch)
tree501d265cdb34871dcb0cf97eff92ebdfd3dfcc61 /arch/powerpc/platforms/8xx/Kconfig
parentpowerpc/85xx: Introduce support for the Freescale P1022DS reference board (diff)
downloadlinux-dev-c4b6a77663f5879de20561144716cfb675815e82.tar.xz
linux-dev-c4b6a77663f5879de20561144716cfb675815e82.zip
powerpc/8xx: Add support for the MPC8xx based boards from TQC
Supported SMC1 (serial console), SCC1 Ethernet (10Mbps HD). FEC Ethernet, 8MB NOR CFI Flash. Tested on STK8xx with TQM860L (with FEC) and with TQM855M (without FEC). Signed-off-by: Heiko Schocher <hs@denx.de> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/8xx/Kconfig')
-rw-r--r--arch/powerpc/platforms/8xx/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/8xx/Kconfig b/arch/powerpc/platforms/8xx/Kconfig
index 48a920a98e7b..dd35ce081cff 100644
--- a/arch/powerpc/platforms/8xx/Kconfig
+++ b/arch/powerpc/platforms/8xx/Kconfig
@@ -55,6 +55,12 @@ config PPC_MGSUVD
help
This enables support for the Keymile MGSUVD board.
+config TQM8XX
+ bool "TQM8XX"
+ select CPM1
+ help
+ support for the mpc8xx based boards from TQM.
+
endchoice
menu "Freescale Ethernet driver platform-specific options"