diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-01-23 23:42:44 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-01-27 14:10:36 -0600 |
commit | 77e03a2241fe9a15749b2b30196fc14637310959 (patch) | |
tree | 10052bf98bc8da56a7ed71dc133359b4915317d4 /arch/powerpc/platforms/85xx/Kconfig | |
parent | 7858f7477e3d9311240b93d4f320a8d57faa3c70 (diff) |
[POWERPC] 85xx: Port STX GP3 board over from arch/ppc
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 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/85xx/Kconfig b/arch/powerpc/platforms/85xx/Kconfig index 7748a3a426db..26f9cd52e9f3 100644 --- a/arch/powerpc/platforms/85xx/Kconfig +++ b/arch/powerpc/platforms/85xx/Kconfig @@ -38,6 +38,14 @@ config MPC85xx_DS help This option enables support for the MPC85xx DS (MPC8544 DS) board +config STX_GP3 + bool "Silicon Turnkey Express GP3" + help + This option enables support for the Silicon Turnkey Express GP3 + board. + select DEFAULT_UIMAGE + select PPC_CPM_NEW_BINDING + endchoice config MPC8540 @@ -49,7 +57,7 @@ config MPC8540 config MPC8560 bool select CPM2 - default y if MPC8560_ADS + default y if MPC8560_ADS || STX_GP3 config MPC85xx bool @@ -59,4 +67,4 @@ config MPC85xx select FSL_PCI if PCI select SERIAL_8250_SHARE_IRQ if SERIAL_8250 default y if MPC8540_ADS || MPC85xx_CDS || MPC8560_ADS \ - || MPC85xx_MDS || MPC85xx_DS + || MPC85xx_MDS || MPC85xx_DS || STX_GP3 |