Kconfig (616d1c1b98ac79f30216a57a170dd7cea19b3df3) Kconfig (54b729987bfcb2c89ff1df878e1010a8121bf53e)
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

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

244
245config GPIO_LOONGSON
246 bool "Loongson-2/3 GPIO support"
247 depends on CPU_LOONGSON2 || CPU_LOONGSON3
248 help
249 driver for GPIO functionality on Loongson-2F/3A/3B processors.
250
251config GPIO_LPC18XX
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

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

244
245config GPIO_LOONGSON
246 bool "Loongson-2/3 GPIO support"
247 depends on CPU_LOONGSON2 || CPU_LOONGSON3
248 help
249 driver for GPIO functionality on Loongson-2F/3A/3B processors.
250
251config GPIO_LPC18XX
252 bool "NXP LPC18XX/43XX GPIO support"
252 tristate "NXP LPC18XX/43XX GPIO support"
253 default y if ARCH_LPC18XX
254 depends on OF_GPIO && (ARCH_LPC18XX || COMPILE_TEST)
255 help
256 Select this option to enable GPIO driver for
257 NXP LPC18XX/43XX devices.
258
259config GPIO_LYNXPOINT
260 tristate "Intel Lynxpoint GPIO support"

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

865config GPIO_LP3943
866 tristate "TI/National Semiconductor LP3943 GPIO expander"
867 depends on MFD_LP3943
868 help
869 GPIO driver for LP3943 MFD.
870 LP3943 can be used as a GPIO expander which provides up to 16 GPIOs.
871 Open drain outputs are required for this usage.
872
253 default y if ARCH_LPC18XX
254 depends on OF_GPIO && (ARCH_LPC18XX || COMPILE_TEST)
255 help
256 Select this option to enable GPIO driver for
257 NXP LPC18XX/43XX devices.
258
259config GPIO_LYNXPOINT
260 tristate "Intel Lynxpoint GPIO support"

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

865config GPIO_LP3943
866 tristate "TI/National Semiconductor LP3943 GPIO expander"
867 depends on MFD_LP3943
868 help
869 GPIO driver for LP3943 MFD.
870 LP3943 can be used as a GPIO expander which provides up to 16 GPIOs.
871 Open drain outputs are required for this usage.
872
873config GPIO_MAX77620
874 tristate "GPIO support for PMIC MAX77620 and MAX20024"
875 depends on MFD_MAX77620
876 help
877 GPIO driver for MAX77620 and MAX20024 PMIC from Maxim Semiconductor.
878 MAX77620 PMIC has 8 pins that can be configured as GPIOs. The
879 driver also provides interrupt support for each of the gpios.
880 Say yes here to enable the max77620 to be used as gpio controller.
881
873config GPIO_MSIC
874 bool "Intel MSIC mixed signal gpio support"
875 depends on MFD_INTEL_MSIC
876 help
877 Enable support for GPIO on intel MSIC controllers found in
878 intel MID devices
879
880config GPIO_PALMAS

--- 258 unchanged lines hidden ---
882config GPIO_MSIC
883 bool "Intel MSIC mixed signal gpio support"
884 depends on MFD_INTEL_MSIC
885 help
886 Enable support for GPIO on intel MSIC controllers found in
887 intel MID devices
888
889config GPIO_PALMAS

--- 258 unchanged lines hidden ---