Kconfig (65b6555971d0498b18a0b2fdc6dd7c822f2d69b7) | Kconfig (ca801a22f465eae39fadc770e15b5b7e82595f81) |
---|---|
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 --- 844 unchanged lines hidden (view full) --- 853 854config GPIO_TPS65910 855 bool "TPS65910 GPIO" 856 depends on MFD_TPS65910 857 help 858 Select this option to enable GPIO driver for the TPS65910 859 chip family. 860 | 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 --- 844 unchanged lines hidden (view full) --- 853 854config GPIO_TPS65910 855 bool "TPS65910 GPIO" 856 depends on MFD_TPS65910 857 help 858 Select this option to enable GPIO driver for the TPS65910 859 chip family. 860 |
861config GPIO_TPS65912 862 tristate "TI TPS65912 GPIO" 863 depends on MFD_TPS65912 864 help 865 This driver supports TPS65912 gpio chip 866 |
|
861config GPIO_TWL4030 862 tristate "TWL4030, TWL5030, and TPS659x0 GPIOs" 863 depends on TWL4030_CORE 864 help 865 Say yes here to access the GPIO signals of various multi-function 866 power management chips from Texas Instruments. 867 868config GPIO_TWL6040 --- 171 unchanged lines hidden --- | 867config GPIO_TWL4030 868 tristate "TWL4030, TWL5030, and TPS659x0 GPIOs" 869 depends on TWL4030_CORE 870 help 871 Say yes here to access the GPIO signals of various multi-function 872 power management chips from Texas Instruments. 873 874config GPIO_TWL6040 --- 171 unchanged lines hidden --- |