Kconfig (f9cd49033b349b8be3bb1f01b39eed837853d880) Kconfig (c19d82486216b1c674208f76fed6b9eb4ee45ad3)
1config PPC_47x
2 bool "Support for 47x variant"
3 depends on 44x
4 default n
5 select MPIC
6 help
7 This option enables support for the 47x family of processors and is
8 not currently compatible with other 44x or 46x varients

--- 238 unchanged lines hidden (view full) ---

247config PPC4xx_GPIO
248 bool "PPC4xx GPIO support"
249 depends on 44x
250 select ARCH_REQUIRE_GPIOLIB
251 select GENERIC_GPIO
252 help
253 Enable gpiolib support for ppc440 based boards
254
1config PPC_47x
2 bool "Support for 47x variant"
3 depends on 44x
4 default n
5 select MPIC
6 help
7 This option enables support for the 47x family of processors and is
8 not currently compatible with other 44x or 46x varients

--- 238 unchanged lines hidden (view full) ---

247config PPC4xx_GPIO
248 bool "PPC4xx GPIO support"
249 depends on 44x
250 select ARCH_REQUIRE_GPIOLIB
251 select GENERIC_GPIO
252 help
253 Enable gpiolib support for ppc440 based boards
254
255config PPC4xx_OCM
256 bool "PPC4xx On Chip Memory (OCM) support"
257 depends on 4xx
258 select PPC_LIB_RHEAP
259 help
260 Enable OCM support for PowerPC 4xx platforms with on chip memory,
261 OCM provides the fast place for memory access to improve performance.
262
255# 44x specific CPU modules, selected based on the board above.
256config 440EP
257 bool
258 select PPC_FPU
259 select IBM440EP_ERR42
260 select IBM_EMAC_ZMII
261 select USB_ARCH_HAS_OHCI
262

--- 69 unchanged lines hidden ---
263# 44x specific CPU modules, selected based on the board above.
264config 440EP
265 bool
266 select PPC_FPU
267 select IBM440EP_ERR42
268 select IBM_EMAC_ZMII
269 select USB_ARCH_HAS_OHCI
270

--- 69 unchanged lines hidden ---