diff options
Diffstat (limited to 'arch/powerpc/platforms/44x/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/44x/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/44x/Kconfig b/arch/powerpc/platforms/44x/Kconfig index 762322ce24a9..5d5aaf6c91aa 100644 --- a/arch/powerpc/platforms/44x/Kconfig +++ b/arch/powerpc/platforms/44x/Kconfig | |||
@@ -186,6 +186,16 @@ config ISS4xx | |||
186 | help | 186 | help |
187 | This option enables support for the IBM ISS simulation environment | 187 | This option enables support for the IBM ISS simulation environment |
188 | 188 | ||
189 | config CURRITUCK | ||
190 | bool "IBM Currituck (476fpe) Support" | ||
191 | depends on PPC_47x | ||
192 | default n | ||
193 | select SWIOTLB | ||
194 | select 476FPE | ||
195 | select PPC4xx_PCI_EXPRESS | ||
196 | help | ||
197 | This option enables support for the IBM Currituck (476fpe) evaluation board | ||
198 | |||
189 | config ICON | 199 | config ICON |
190 | bool "Icon" | 200 | bool "Icon" |
191 | depends on 44x | 201 | depends on 44x |
@@ -308,6 +318,10 @@ config 460SX | |||
308 | select IBM_EMAC_ZMII | 318 | select IBM_EMAC_ZMII |
309 | select IBM_EMAC_TAH | 319 | select IBM_EMAC_TAH |
310 | 320 | ||
321 | config 476FPE | ||
322 | bool | ||
323 | select PPC_FPU | ||
324 | |||
311 | config APM821xx | 325 | config APM821xx |
312 | bool | 326 | bool |
313 | select PPC_FPU | 327 | select PPC_FPU |