diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-01-24 00:42:44 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-01-27 15:10:36 -0500 |
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 | |||
38 | help | 38 | help |
39 | This option enables support for the MPC85xx DS (MPC8544 DS) board | 39 | This option enables support for the MPC85xx DS (MPC8544 DS) board |
40 | 40 | ||
41 | config STX_GP3 | ||
42 | bool "Silicon Turnkey Express GP3" | ||
43 | help | ||
44 | This option enables support for the Silicon Turnkey Express GP3 | ||
45 | board. | ||
46 | select DEFAULT_UIMAGE | ||
47 | select PPC_CPM_NEW_BINDING | ||
48 | |||
41 | endchoice | 49 | endchoice |
42 | 50 | ||
43 | config MPC8540 | 51 | config MPC8540 |
@@ -49,7 +57,7 @@ config MPC8540 | |||
49 | config MPC8560 | 57 | config MPC8560 |
50 | bool | 58 | bool |
51 | select CPM2 | 59 | select CPM2 |
52 | default y if MPC8560_ADS | 60 | default y if MPC8560_ADS || STX_GP3 |
53 | 61 | ||
54 | config MPC85xx | 62 | config MPC85xx |
55 | bool | 63 | bool |
@@ -59,4 +67,4 @@ config MPC85xx | |||
59 | select FSL_PCI if PCI | 67 | select FSL_PCI if PCI |
60 | select SERIAL_8250_SHARE_IRQ if SERIAL_8250 | 68 | select SERIAL_8250_SHARE_IRQ if SERIAL_8250 |
61 | default y if MPC8540_ADS || MPC85xx_CDS || MPC8560_ADS \ | 69 | default y if MPC8540_ADS || MPC85xx_CDS || MPC8560_ADS \ |
62 | || MPC85xx_MDS || MPC85xx_DS | 70 | || MPC85xx_MDS || MPC85xx_DS || STX_GP3 |