Kconfig (df9b42963f2d010ae3163a894ce22cf6b27cd344) | Kconfig (04ed4279715f685857b8d5b84a48bf7bd43a36c5) |
---|---|
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 --- 72 unchanged lines hidden (view full) --- 81# put drivers in the right section, in alphabetical order 82 83config GPIO_DA9052 84 tristate "Dialog DA9052 GPIO" 85 depends on PMIC_DA9052 86 help 87 Say yes here to enable the GPIO driver for the DA9052 chip. 88 | 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 --- 72 unchanged lines hidden (view full) --- 81# put drivers in the right section, in alphabetical order 82 83config GPIO_DA9052 84 tristate "Dialog DA9052 GPIO" 85 depends on PMIC_DA9052 86 help 87 Say yes here to enable the GPIO driver for the DA9052 chip. 88 |
89config GPIO_DA9055 90 tristate "Dialog Semiconductor DA9055 GPIO" 91 depends on MFD_DA9055 92 help 93 Say yes here to enable the GPIO driver for the DA9055 chip. 94 95 The Dialog DA9055 PMIC chip has 3 GPIO pins that can be 96 be controller by this driver. 97 98 If driver is built as a module it will be called gpio-da9055. 99 |
|
89config GPIO_MAX730X 90 tristate 91 92comment "Memory mapped GPIO drivers:" 93 94config GPIO_GENERIC_PLATFORM 95 tristate "Generic memory-mapped GPIO controller support (MMIO platform device)" 96 select GPIO_GENERIC --- 48 unchanged lines hidden (view full) --- 145config GPIO_MSM_V2 146 tristate "Qualcomm MSM GPIO v2" 147 depends on GPIOLIB && ARCH_MSM 148 help 149 Say yes here to support the GPIO interface on ARM v7 based 150 Qualcomm MSM chips. Most of the pins on the MSM can be 151 selected for GPIO, and are controlled by this driver. 152 | 100config GPIO_MAX730X 101 tristate 102 103comment "Memory mapped GPIO drivers:" 104 105config GPIO_GENERIC_PLATFORM 106 tristate "Generic memory-mapped GPIO controller support (MMIO platform device)" 107 select GPIO_GENERIC --- 48 unchanged lines hidden (view full) --- 156config GPIO_MSM_V2 157 tristate "Qualcomm MSM GPIO v2" 158 depends on GPIOLIB && ARCH_MSM 159 help 160 Say yes here to support the GPIO interface on ARM v7 based 161 Qualcomm MSM chips. Most of the pins on the MSM can be 162 selected for GPIO, and are controlled by this driver. 163 |
164config GPIO_MVEBU 165 def_bool y 166 depends on ARCH_MVEBU 167 select GPIO_GENERIC 168 select GENERIC_IRQ_CHIP 169 |
|
153config GPIO_MXC 154 def_bool y 155 depends on ARCH_MXC 156 select GPIO_GENERIC 157 select GENERIC_IRQ_CHIP 158 159config GPIO_MXS 160 def_bool y --- 243 unchanged lines hidden (view full) --- 404 405config GPIO_TWL4030 406 tristate "TWL4030, TWL5030, and TPS659x0 GPIOs" 407 depends on TWL4030_CORE 408 help 409 Say yes here to access the GPIO signals of various multi-function 410 power management chips from Texas Instruments. 411 | 170config GPIO_MXC 171 def_bool y 172 depends on ARCH_MXC 173 select GPIO_GENERIC 174 select GENERIC_IRQ_CHIP 175 176config GPIO_MXS 177 def_bool y --- 243 unchanged lines hidden (view full) --- 421 422config GPIO_TWL4030 423 tristate "TWL4030, TWL5030, and TPS659x0 GPIOs" 424 depends on TWL4030_CORE 425 help 426 Say yes here to access the GPIO signals of various multi-function 427 power management chips from Texas Instruments. 428 |
429config GPIO_TWL6040 430 tristate "TWL6040 GPO" 431 depends on TWL6040_CORE 432 help 433 Say yes here to access the GPO signals of twl6040 434 audio chip from Texas Instruments. 435 |
|
412config GPIO_WM831X 413 tristate "WM831x GPIOs" 414 depends on MFD_WM831X 415 help 416 Say yes here to access the GPIO signals of WM831x power management 417 chips from Wolfson Microelectronics. 418 419config GPIO_WM8350 --- 220 unchanged lines hidden --- | 436config GPIO_WM831X 437 tristate "WM831x GPIOs" 438 depends on MFD_WM831X 439 help 440 Say yes here to access the GPIO signals of WM831x power management 441 chips from Wolfson Microelectronics. 442 443config GPIO_WM8350 --- 220 unchanged lines hidden --- |