diff options
author | Alexandr Smirnov <asmirnov@ru.mvista.com> | 2008-03-06 18:17:16 +0300 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-03-26 11:30:45 -0500 |
commit | 22b619eee525371a65d1386e5d6439b26d9b024c (patch) | |
tree | 3c98f75bc796eba56076e38a586cd76562e7af1a /arch/powerpc/platforms/85xx/Kconfig | |
parent | 54f53f2b94feb72622bec7a8563fc487d9f97720 (diff) | |
download | talos-obmc-linux-22b619eee525371a65d1386e5d6439b26d9b024c.tar.gz talos-obmc-linux-22b619eee525371a65d1386e5d6439b26d9b024c.zip |
[POWERPC] 85xx: Emerson KSI8560 base support
The KSI8560 is a single compact, mid-, or full-size Advanced Mezzanine Card
(AdvancedMC™) based on the Freescale™ Semiconductor MPC8560 PowerQUICC III™
microprocessor. This product will serve in data and signaling applications such
as signaling gateways (SGW) and softswitch signaling interface cards.
The board has altera maxii CPLD, that is used to obtain and manage board
configuration. Also there are two SCC UART serial consoles and FCC ethernet,
that is routed to the front panel, while other ethernet controlers (TSEC's) are
routed to the backplane.
Signed-off-by: Alexandr Smirnov <asmirnov@ru.mvista.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/85xx/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/85xx/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/85xx/Kconfig b/arch/powerpc/platforms/85xx/Kconfig index 7e76ddbd5821..28bc6e58a970 100644 --- a/arch/powerpc/platforms/85xx/Kconfig +++ b/arch/powerpc/platforms/85xx/Kconfig @@ -46,6 +46,13 @@ config MPC85xx_DS help This option enables support for the MPC85xx DS (MPC8544 DS) board +config KSI8560 + bool "Emerson KSI8560" + select PPC_CPM_NEW_BINDING + select DEFAULT_UIMAGE + help + This option enables support for the Emerson KSI8560 board + config STX_GP3 bool "Silicon Turnkey Express GP3" help |