diff options
Diffstat (limited to 'arch/powerpc/platforms/44x/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/44x/Kconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/44x/Kconfig b/arch/powerpc/platforms/44x/Kconfig index 1bfb2191010a..83155fe29eba 100644 --- a/arch/powerpc/platforms/44x/Kconfig +++ b/arch/powerpc/platforms/44x/Kconfig | |||
@@ -67,6 +67,16 @@ config WARP | |||
67 | See http://www.pikatechnologies.com/ and follow the "PIKA for Computer | 67 | See http://www.pikatechnologies.com/ and follow the "PIKA for Computer |
68 | Telephony Developers" link for more information. | 68 | Telephony Developers" link for more information. |
69 | 69 | ||
70 | config CANYONLANDS | ||
71 | bool "Canyonlands" | ||
72 | depends on 44x | ||
73 | default n | ||
74 | select 460EX | ||
75 | select PCI | ||
76 | select PPC4xx_PCI_EXPRESS | ||
77 | help | ||
78 | This option enables support for the AMCC PPC460EX evaluation board. | ||
79 | |||
70 | #config LUAN | 80 | #config LUAN |
71 | # bool "Luan" | 81 | # bool "Luan" |
72 | # depends on 44x | 82 | # depends on 44x |
@@ -122,6 +132,14 @@ config 440SPe | |||
122 | bool | 132 | bool |
123 | select IBM_NEW_EMAC_EMAC4 | 133 | select IBM_NEW_EMAC_EMAC4 |
124 | 134 | ||
135 | config 460EX | ||
136 | bool | ||
137 | select PPC_FPU | ||
138 | select IBM_NEW_EMAC_EMAC4 | ||
139 | select IBM_NEW_EMAC_RGMII | ||
140 | select IBM_NEW_EMAC_ZMII | ||
141 | select IBM_NEW_EMAC_TAH | ||
142 | |||
125 | # 44x errata/workaround config symbols, selected by the CPU models above | 143 | # 44x errata/workaround config symbols, selected by the CPU models above |
126 | config IBM440EP_ERR42 | 144 | config IBM440EP_ERR42 |
127 | bool | 145 | bool |