Kconfig (f5db340f19f14a8df9dfd22d71fba1513e9f1f7e) Kconfig (c23d200fec9e7523ecf24017187fea4e2f4abee4)
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

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

499 the generic flash controller's address and data pins. Say yes
500 here to enable the GFC GPIO functionality.
501
502config GPIO_XGENE_SB
503 tristate "APM X-Gene GPIO standby controller support"
504 depends on ARCH_XGENE && OF_GPIO
505 select GPIO_GENERIC
506 select GPIOLIB_IRQCHIP
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

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

499 the generic flash controller's address and data pins. Say yes
500 here to enable the GFC GPIO functionality.
501
502config GPIO_XGENE_SB
503 tristate "APM X-Gene GPIO standby controller support"
504 depends on ARCH_XGENE && OF_GPIO
505 select GPIO_GENERIC
506 select GPIOLIB_IRQCHIP
507 select IRQ_DOMAIN_HIERARCHY
507 help
508 This driver supports the GPIO block within the APM X-Gene
509 Standby Domain. Say yes here to enable the GPIO functionality.
510
511config GPIO_XILINX
512 tristate "Xilinx GPIO support"
513 depends on OF_GPIO
514 help

--- 761 unchanged lines hidden ---
508 help
509 This driver supports the GPIO block within the APM X-Gene
510 Standby Domain. Say yes here to enable the GPIO functionality.
511
512config GPIO_XILINX
513 tristate "Xilinx GPIO support"
514 depends on OF_GPIO
515 help

--- 761 unchanged lines hidden ---