Kconfig (26a48c4cc2f15d516513e4a980a8a63a21aff018) Kconfig (4c5f15b71b22ea51fcb70e538056bcb4958edd9f)
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

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

797 help
798 Say yes here to enable the GPO driver for the TI TPIC2810 chip.
799
800 To compile this driver as a module, choose M here: the module will
801 be called gpio-tpic2810.
802
803config GPIO_TS4900
804 tristate "Technologic Systems FPGA I2C GPIO"
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

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

797 help
798 Say yes here to enable the GPO driver for the TI TPIC2810 chip.
799
800 To compile this driver as a module, choose M here: the module will
801 be called gpio-tpic2810.
802
803config GPIO_TS4900
804 tristate "Technologic Systems FPGA I2C GPIO"
805 depends on SOC_IMX6 || COMPILE_TEST
805 select REGMAP_I2C
806 help
807 Say yes here to enabled the GPIO driver for Technologic's FPGA core.
808 Series supported include TS-4100, TS-4900, TS-7970 and TS-7990.
809
810endmenu
811
812menu "MFD GPIO expanders"

--- 414 unchanged lines hidden ---
806 select REGMAP_I2C
807 help
808 Say yes here to enabled the GPIO driver for Technologic's FPGA core.
809 Series supported include TS-4100, TS-4900, TS-7970 and TS-7990.
810
811endmenu
812
813menu "MFD GPIO expanders"

--- 414 unchanged lines hidden ---