Kconfig (04ed4279715f685857b8d5b84a48bf7bd43a36c5) | Kconfig (a3b8d4a513574e6adf76bcacad21c95ee6b8ce4b) |
---|---|
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 --- 88 unchanged lines hidden (view full) --- 97 98 If driver is built as a module it will be called gpio-da9055. 99 100config GPIO_MAX730X 101 tristate 102 103comment "Memory mapped GPIO drivers:" 104 | 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 --- 88 unchanged lines hidden (view full) --- 97 98 If driver is built as a module it will be called gpio-da9055. 99 100config GPIO_MAX730X 101 tristate 102 103comment "Memory mapped GPIO drivers:" 104 |
105config GPIO_CLPS711X 106 def_bool y 107 depends on ARCH_CLPS711X 108 |
|
105config GPIO_GENERIC_PLATFORM 106 tristate "Generic memory-mapped GPIO controller support (MMIO platform device)" 107 select GPIO_GENERIC 108 help 109 Say yes here to support basic platform_device memory-mapped GPIO controllers. 110 111config GPIO_IT8761E 112 tristate "IT8761E GPIO support" --- 551 unchanged lines hidden --- | 109config GPIO_GENERIC_PLATFORM 110 tristate "Generic memory-mapped GPIO controller support (MMIO platform device)" 111 select GPIO_GENERIC 112 help 113 Say yes here to support basic platform_device memory-mapped GPIO controllers. 114 115config GPIO_IT8761E 116 tristate "IT8761E GPIO support" --- 551 unchanged lines hidden --- |