Kconfig (3ff35cbcfa4bc7d7dbdd0279e32ea677567ded02) | Kconfig (821e85f2a8433614b84cea194ac4f1302ef47ec9) |
---|---|
1# 2# GPIO infrastructure and drivers 3# 4 5config ARCH_HAVE_CUSTOM_GPIO_H 6 bool 7 help 8 Selecting this config option from the architecture Kconfig allows --- 254 unchanged lines hidden (view full) --- 263config GPIO_PXA 264 bool "PXA GPIO support" 265 depends on ARCH_PXA || ARCH_MMP 266 help 267 Say yes here to support the PXA GPIO device 268 269config GPIO_RCAR 270 tristate "Renesas R-Car GPIO" | 1# 2# GPIO infrastructure and drivers 3# 4 5config ARCH_HAVE_CUSTOM_GPIO_H 6 bool 7 help 8 Selecting this config option from the architecture Kconfig allows --- 254 unchanged lines hidden (view full) --- 263config GPIO_PXA 264 bool "PXA GPIO support" 265 depends on ARCH_PXA || ARCH_MMP 266 help 267 Say yes here to support the PXA GPIO device 268 269config GPIO_RCAR 270 tristate "Renesas R-Car GPIO" |
271 depends on ARM | 271 depends on ARM && (ARCH_SHMOBILE || COMPILE_TEST) |
272 help 273 Say yes here to support GPIO on Renesas R-Car SoCs. 274 275config GPIO_SAMSUNG 276 bool 277 depends on PLAT_SAMSUNG 278 help 279 Legacy GPIO support. Use only for platforms without support for --- 598 unchanged lines hidden --- | 272 help 273 Say yes here to support GPIO on Renesas R-Car SoCs. 274 275config GPIO_SAMSUNG 276 bool 277 depends on PLAT_SAMSUNG 278 help 279 Legacy GPIO support. Use only for platforms without support for --- 598 unchanged lines hidden --- |