xref: /linux/drivers/pinctrl/Kconfig (revision 068df0f34e81bc06c5eb5012ec2eda25624e87aa)
1#
2# PINCTRL infrastructure and drivers
3#
4
5config PINCTRL
6	bool
7	depends on EXPERIMENTAL
8
9if PINCTRL
10
11menu "Pin controllers"
12	depends on PINCTRL
13
14config PINMUX
15	bool "Support pinmux controllers"
16
17config DEBUG_PINCTRL
18	bool "Debug PINCTRL calls"
19	depends on DEBUG_KERNEL
20	help
21	  Say Y here to add some extra checks and diagnostics to PINCTRL calls.
22
23config PINMUX_SIRF
24	bool "CSR SiRFprimaII pinmux driver"
25	depends on ARCH_PRIMA2
26	select PINMUX
27
28config PINMUX_U300
29	bool "U300 pinmux driver"
30	depends on ARCH_U300
31	select PINMUX
32
33endmenu
34
35endif
36