Kconfig (409d87838d5755b471933fb2a43f2dfc514ccd2d) | Kconfig (2b8f89e19b6d83d97019358328cbed22bbb0505e) |
---|---|
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 --- 117 unchanged lines hidden (view full) --- 126 driver for GPIO functionality on Promontory IOHub 127 Require ACPI ASL code to enumerate as a platform device. 128 129config GPIO_ATH79 130 tristate "Atheros AR71XX/AR724X/AR913X GPIO support" 131 default y if ATH79 132 depends on ATH79 || COMPILE_TEST 133 select GPIO_GENERIC | 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 --- 117 unchanged lines hidden (view full) --- 126 driver for GPIO functionality on Promontory IOHub 127 Require ACPI ASL code to enumerate as a platform device. 128 129config GPIO_ATH79 130 tristate "Atheros AR71XX/AR724X/AR913X GPIO support" 131 default y if ATH79 132 depends on ATH79 || COMPILE_TEST 133 select GPIO_GENERIC |
134 select GPIOLIB_IRQCHIP |
|
134 help 135 Select this option to enable GPIO driver for 136 Atheros AR71XX/AR724X/AR913X SoC devices. 137 138config GPIO_BCM_KONA 139 bool "Broadcom Kona GPIO" 140 depends on OF_GPIO && (ARCH_BCM_MOBILE || COMPILE_TEST) 141 help --- 940 unchanged lines hidden --- | 135 help 136 Select this option to enable GPIO driver for 137 Atheros AR71XX/AR724X/AR913X SoC devices. 138 139config GPIO_BCM_KONA 140 bool "Broadcom Kona GPIO" 141 depends on OF_GPIO && (ARCH_BCM_MOBILE || COMPILE_TEST) 142 help --- 940 unchanged lines hidden --- |