aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/44x/Kconfig
diff options
context:
space:
mode:
authorHugh Blemings <hugh@blemings.org>2007-12-20 23:39:28 -0500
committerJosh Boyer <jwboyer@linux.vnet.ibm.com>2007-12-23 14:13:33 -0500
commit6bbc5476298a3dd46a7a19c2af03778b094acb15 (patch)
treed88cbb289b92195f079d62f3695224b09865e855 /arch/powerpc/platforms/44x/Kconfig
parent379865d63cb97f8e8241724aae48e795a6b7cb10 (diff)
[POWERPC] 4xx: Base support for 440GX Taishan eval board
This patch adds base support for the AMCC Taishan 440GX evaluation board. Signed-off-by: Hugh Blemings <hugh@blemings.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/platforms/44x/Kconfig')
-rw-r--r--arch/powerpc/platforms/44x/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/44x/Kconfig b/arch/powerpc/platforms/44x/Kconfig
index f65fa10ef427..1bf042498f6e 100644
--- a/arch/powerpc/platforms/44x/Kconfig
+++ b/arch/powerpc/platforms/44x/Kconfig
@@ -23,6 +23,16 @@ config SEQUOIA
23 help 23 help
24 This option enables support for the AMCC PPC440EPX evaluation board. 24 This option enables support for the AMCC PPC440EPX evaluation board.
25 25
26config TAISHAN
27 bool "Taishan"
28 depends on 44x
29 default n
30 select 440GX
31 select PCI
32 help
33 This option enables support for the AMCC PPC440GX "Taishan"
34 evaluation board.
35
26#config LUAN 36#config LUAN
27# bool "Luan" 37# bool "Luan"
28# depends on 44x 38# depends on 44x
@@ -59,6 +69,10 @@ config 440GP
59 69
60config 440GX 70config 440GX
61 bool 71 bool
72 select IBM_NEW_EMAC_EMAC4
73 select IBM_NEW_EMAC_RGMII
74 select IBM_NEW_EMAC_ZMII #test only
75 select IBM_NEW_EMAC_TAH #test only
62 76
63config 440SP 77config 440SP
64 bool 78 bool