Kconfig (03ab8e6297acd1bc0eedaa050e2a1635c576fd11) | Kconfig (a99cc66807d6c854a7f65f962766c530c91be149) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2config PPC_47x 3 bool "Support for 47x variant" 4 depends on 44x 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 variants --- 216 unchanged lines hidden (view full) --- 225 depends on 44x 226 help 227 This option enables the simple PowerPC 44x platform support. 228 229config PPC4xx_GPIO 230 bool "PPC4xx GPIO support" 231 depends on 44x 232 select GPIOLIB | 1# SPDX-License-Identifier: GPL-2.0 2config PPC_47x 3 bool "Support for 47x variant" 4 depends on 44x 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 variants --- 216 unchanged lines hidden (view full) --- 225 depends on 44x 226 help 227 This option enables the simple PowerPC 44x platform support. 228 229config PPC4xx_GPIO 230 bool "PPC4xx GPIO support" 231 depends on 44x 232 select GPIOLIB |
233 select OF_GPIO_MM_GPIOCHIP |
|
233 help 234 Enable gpiolib support for ppc440 based boards 235 236# 44x specific CPU modules, selected based on the board above. 237config 440EP 238 bool 239 select PPC_FPU 240 select IBM440EP_ERR42 --- 77 unchanged lines hidden --- | 234 help 235 Enable gpiolib support for ppc440 based boards 236 237# 44x specific CPU modules, selected based on the board above. 238config 440EP 239 bool 240 select PPC_FPU 241 select IBM440EP_ERR42 --- 77 unchanged lines hidden --- |