Kconfig (8f6d3b01477e09fc3e53a4935eba095b2357306f) | Kconfig (7ed915059c3001ddebfc2aa993cc172d10123806) |
---|---|
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 --- 112 unchanged lines hidden (view full) --- 121 help 122 Select this option to enable GPIO driver for 123 Atheros AR71XX/AR724X/AR913X SoC devices. 124 125config GPIO_RASPBERRYPI_EXP 126 tristate "Raspberry Pi 3 GPIO Expander" 127 default RASPBERRYPI_FIRMWARE 128 depends on OF_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 --- 112 unchanged lines hidden (view full) --- 121 help 122 Select this option to enable GPIO driver for 123 Atheros AR71XX/AR724X/AR913X SoC devices. 124 125config GPIO_RASPBERRYPI_EXP 126 tristate "Raspberry Pi 3 GPIO Expander" 127 default RASPBERRYPI_FIRMWARE 128 depends on OF_GPIO |
129 depends on (ARCH_BCM2835 && RASPBERRYPI_FIRMWARE) || COMPILE_TEST | 129 depends on (ARCH_BCM2835 && RASPBERRYPI_FIRMWARE) || (COMPILE_TEST && !RASPBERRYPI_FIRMWARE) |
130 help 131 Turn on GPIO support for the expander on Raspberry Pi 3 boards, using 132 the firmware mailbox to communicate with VideoCore on BCM283x chips. 133 134config GPIO_BCM_KONA 135 bool "Broadcom Kona GPIO" 136 depends on OF_GPIO && (ARCH_BCM_MOBILE || COMPILE_TEST) 137 help --- 1208 unchanged lines hidden --- | 130 help 131 Turn on GPIO support for the expander on Raspberry Pi 3 boards, using 132 the firmware mailbox to communicate with VideoCore on BCM283x chips. 133 134config GPIO_BCM_KONA 135 bool "Broadcom Kona GPIO" 136 depends on OF_GPIO && (ARCH_BCM_MOBILE || COMPILE_TEST) 137 help --- 1208 unchanged lines hidden --- |