hc
2023-11-06 9df731a176aab8e03b984b681b1bea01ccff6644
u-boot/drivers/gpio/Kconfig
....@@ -24,6 +24,15 @@
2424 is a mechanism providing automatic GPIO request and config-
2525 uration as part of the gpio-controller's driver probe function.
2626
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
+
2736 config ALTERA_PIO
2837 bool "Altera PIO driver"
2938 depends on DM_GPIO
....@@ -211,12 +220,6 @@
211220 Support for the GPIO controller contained in NVIDIA Tegra186. This
212221 covers both the "main" and "AON" controller instances, even though
213222 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.
220223
221224 config GPIO_UNIPHIER
222225 bool "UniPhier GPIO"