Files
linux-apfs/drivers/pinctrl/Kconfig
T

48 lines
964 B
Plaintext
Raw Normal View History

2011-05-02 20:50:54 +02:00
#
# PINCTRL infrastructure and drivers
#
2011-11-05 21:28:46 +01:00
config PINCTRL
bool
2011-05-02 20:50:54 +02:00
depends on EXPERIMENTAL
if PINCTRL
2011-11-05 21:28:46 +01:00
menu "Pin controllers"
depends on PINCTRL
2011-05-02 20:50:54 +02:00
config PINMUX
2011-10-19 18:14:33 +02:00
bool "Support pin multiplexing controllers"
config PINCONF
bool "Support pin configuration controllers"
2011-05-02 20:50:54 +02:00
config DEBUG_PINCTRL
bool "Debug PINCTRL calls"
depends on DEBUG_KERNEL
help
Say Y here to add some extra checks and diagnostics to PINCTRL calls.
config PINCTRL_SIRF
bool "CSR SiRFprimaII pin controller driver"
depends on ARCH_PRIMA2
select PINMUX
config PINCTRL_U300
bool "U300 pin controller driver"
2011-05-02 20:54:38 +02:00
depends on ARCH_U300
select PINMUX
2011-11-05 21:28:46 +01:00
config PINCTRL_COH901
bool "ST-Ericsson U300 COH 901 335/571 GPIO"
2011-11-16 10:24:39 +01:00
depends on GPIOLIB && ARCH_U300 && PINMUX_U300
help
Say yes here to support GPIO interface on ST-Ericsson U300.
The names of the two IP block variants supported are
COH 901 335 and COH 901 571/3. They contain 3, 5 or 7
ports of 8 GPIO pins each.
2011-11-05 21:28:46 +01:00
endmenu
2011-05-02 20:54:38 +02:00
2011-05-02 20:50:54 +02:00
endif