Kconfig (95d002e0a34cb0f238abb39987f9980f325d8332) Kconfig (8f3f024696713e6022f5454f609db1e357a57016)
1#
2# PINCTRL infrastructure and drivers
3#
4
5menuconfig PINCTRL
6 bool "Pin controllers"
7
8if PINCTRL

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

103 driver for memory mapped GPIO functionality on AMD platforms
104 (x86 or arm).Most pins are usually muxed to some other
105 functionality by firmware,so only a small amount is available
106 for gpio use.
107
108 Requires ACPI/FDT device enumeration code to set up a platform
109 device.
110
1#
2# PINCTRL infrastructure and drivers
3#
4
5menuconfig PINCTRL
6 bool "Pin controllers"
7
8if PINCTRL

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

103 driver for memory mapped GPIO functionality on AMD platforms
104 (x86 or arm).Most pins are usually muxed to some other
105 functionality by firmware,so only a small amount is available
106 for gpio use.
107
108 Requires ACPI/FDT device enumeration code to set up a platform
109 device.
110
111config PINCTRL_BM1880
112 bool "Bitmain BM1880 Pinctrl driver"
113 depends on ARCH_BITMAIN
114 select PINMUX
115 help
116 Pinctrl driver for Bitmain BM1880 SoC.
117
111config PINCTRL_DA850_PUPD
112 tristate "TI DA850/OMAP-L138/AM18XX pullup/pulldown groups"
113 depends on OF && (ARCH_DAVINCI_DA850 || COMPILE_TEST)
114 select PINCONF
115 select GENERIC_PINCONF
116 help
117 Driver for TI DA850/OMAP-L138/AM18XX pinconf. Used to control
118 pullup/pulldown pin groups.

--- 282 unchanged lines hidden ---
118config PINCTRL_DA850_PUPD
119 tristate "TI DA850/OMAP-L138/AM18XX pullup/pulldown groups"
120 depends on OF && (ARCH_DAVINCI_DA850 || COMPILE_TEST)
121 select PINCONF
122 select GENERIC_PINCONF
123 help
124 Driver for TI DA850/OMAP-L138/AM18XX pinconf. Used to control
125 pullup/pulldown pin groups.

--- 282 unchanged lines hidden ---