Kconfig (c54c58bad6e64649dfe51c2e8d9e5a1524d673e8) | Kconfig (c7f3c5d3ac2d683169485b2f14d1aff19de2b2fe) |
---|---|
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 --- 272 unchanged lines hidden (view full) --- 281 bool "PXA GPIO support" 282 depends on ARCH_PXA || ARCH_MMP 283 help 284 Say yes here to support the PXA GPIO device 285 286config GPIO_RCAR 287 tristate "Renesas R-Car GPIO" 288 depends on ARM && (ARCH_SHMOBILE || COMPILE_TEST) | 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 --- 272 unchanged lines hidden (view full) --- 281 bool "PXA GPIO support" 282 depends on ARCH_PXA || ARCH_MMP 283 help 284 Say yes here to support the PXA GPIO device 285 286config GPIO_RCAR 287 tristate "Renesas R-Car GPIO" 288 depends on ARM && (ARCH_SHMOBILE || COMPILE_TEST) |
289 select GPIOLIB_IRQCHIP |
|
289 help 290 Say yes here to support GPIO on Renesas R-Car SoCs. 291 292config GPIO_SAMSUNG 293 bool 294 depends on PLAT_SAMSUNG 295 help 296 Legacy GPIO support. Use only for platforms without support for --- 656 unchanged lines hidden --- | 290 help 291 Say yes here to support GPIO on Renesas R-Car SoCs. 292 293config GPIO_SAMSUNG 294 bool 295 depends on PLAT_SAMSUNG 296 help 297 Legacy GPIO support. Use only for platforms without support for --- 656 unchanged lines hidden --- |