aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/44x/Kconfig
diff options
context:
space:
mode:
authorValentine Barshak <vbarshak@ru.mvista.com>2007-10-30 12:57:39 -0400
committerJosh Boyer <jwboyer@linux.vnet.ibm.com>2007-12-23 14:23:18 -0500
commit6272175d2a0849ac36e3ea54c0b6949009532a75 (patch)
treeeb1edb67e63cfdbf97a2a353acca26d2cd681693 /arch/powerpc/platforms/44x/Kconfig
parent3910cd8c11a883a5e4d644f24c56b9897dffb34c (diff)
[POWERPC] 4xx: 440GRx Rainier board support.
PowerPC 440GRx Rainier board support. Signed-off-by: Valentine Barshak <vbarshak@ru.mvista.com> 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 3700c6aca78..aac548f25d8 100644
--- a/arch/powerpc/platforms/44x/Kconfig
+++ b/arch/powerpc/platforms/44x/Kconfig
@@ -44,6 +44,14 @@ config KATMAI
44 help 44 help
45 This option enables support for the AMCC PPC440SPe evaluation board. 45 This option enables support for the AMCC PPC440SPe evaluation board.
46 46
47config RAINIER
48 bool "Rainier"
49 depends on 44x
50 default n
51 select 440GRX
52 help
53 This option enables support for the AMCC PPC440GRX evaluation board.
54
47#config LUAN 55#config LUAN
48# bool "Luan" 56# bool "Luan"
49# depends on 44x 57# depends on 44x
@@ -74,6 +82,12 @@ config 440EPX
74 select IBM_NEW_EMAC_RGMII 82 select IBM_NEW_EMAC_RGMII
75 select IBM_NEW_EMAC_ZMII 83 select IBM_NEW_EMAC_ZMII
76 84
85config 440GRX
86 bool
87 select IBM_NEW_EMAC_EMAC4
88 select IBM_NEW_EMAC_RGMII
89 select IBM_NEW_EMAC_ZMII
90
77config 440GP 91config 440GP
78 bool 92 bool
79 select IBM_NEW_EMAC_ZMII 93 select IBM_NEW_EMAC_ZMII