| .. | .. |
|---|
| 24 | 24 | is a mechanism providing automatic GPIO request and config- |
|---|
| 25 | 25 | uration as part of the gpio-controller's driver probe function. |
|---|
| 26 | 26 | |
|---|
| 27 | +config GPIO_NO_UC_FLAG_SEQ_ALIAS |
|---|
| 28 | + bool "Disable GPIO uclass sequence themselves with aliases" |
|---|
| 29 | + depends on USING_KERNEL_DTB |
|---|
| 30 | + default n |
|---|
| 31 | + help |
|---|
| 32 | + Disable GPIO uclass sequence, this is a workaround when kernel |
|---|
| 33 | + dtb feature is enabled. Avoid gpio device probe failed when |
|---|
| 34 | + alloc req_seq both for gpio devices from U-Boot and kernel dtb. |
|---|
| 35 | + |
|---|
| 27 | 36 | config ALTERA_PIO |
|---|
| 28 | 37 | bool "Altera PIO driver" |
|---|
| 29 | 38 | depends on DM_GPIO |
|---|
| .. | .. |
|---|
| 211 | 220 | Support for the GPIO controller contained in NVIDIA Tegra186. This |
|---|
| 212 | 221 | covers both the "main" and "AON" controller instances, even though |
|---|
| 213 | 222 | they have slightly different register layout. |
|---|
| 214 | | - |
|---|
| 215 | | -config GPIO_MAX96752F |
|---|
| 216 | | - bool "Maxim MAX96752F GPIO" |
|---|
| 217 | | - depends on DM_GPIO && I2C_MUX_MAX96752F |
|---|
| 218 | | - help |
|---|
| 219 | | - Say yes here to support Maxim MAX96752F GPIOs. |
|---|
| 220 | 223 | |
|---|
| 221 | 224 | config GPIO_UNIPHIER |
|---|
| 222 | 225 | bool "UniPhier GPIO" |
|---|