Kconfig (245f0db0de926601353776085e6f6a4c974c5615) Kconfig (99f0fd540f53985443f36f96c0da209665e2dbfa)
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

--- 830 unchanged lines hidden (view full) ---

839 I/O Expander.
840
841config GPIO_TIMBERDALE
842 bool "Support for timberdale GPIO IP"
843 depends on MFD_TIMBERDALE
844 ---help---
845 Add support for the GPIO IP in the timberdale FPGA.
846
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

--- 830 unchanged lines hidden (view full) ---

839 I/O Expander.
840
841config GPIO_TIMBERDALE
842 bool "Support for timberdale GPIO IP"
843 depends on MFD_TIMBERDALE
844 ---help---
845 Add support for the GPIO IP in the timberdale FPGA.
846
847config GPIO_TPS65086
848 tristate "TI TPS65086 GPO"
849 depends on MFD_TPS65086
850 help
851 This driver supports the GPO on TI TPS65086x PMICs.
852
847config GPIO_TPS6586X
848 bool "TPS6586X GPIO"
849 depends on MFD_TPS6586X
850 help
851 Select this option to enable GPIO driver for the TPS6586X
852 chip family.
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"
853config GPIO_TPS6586X
854 bool "TPS6586X GPIO"
855 depends on MFD_TPS6586X
856 help
857 Select this option to enable GPIO driver for the TPS6586X
858 chip family.
859
860config GPIO_TPS65910
861 bool "TPS65910 GPIO"
862 depends on MFD_TPS65910
863 help
864 Select this option to enable GPIO driver for the TPS65910
865 chip family.
866
867config GPIO_TPS65912
868 tristate "TI TPS65912 GPIO"
863 depends on (MFD_TPS65912_I2C || MFD_TPS65912_SPI)
869 depends on MFD_TPS65912
864 help
865 This driver supports TPS65912 gpio chip
866
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

--- 174 unchanged lines hidden ---
870 help
871 This driver supports TPS65912 gpio chip
872
873config GPIO_TWL4030
874 tristate "TWL4030, TWL5030, and TPS659x0 GPIOs"
875 depends on TWL4030_CORE
876 help
877 Say yes here to access the GPIO signals of various multi-function

--- 174 unchanged lines hidden ---