sparc64: Fix MSIQ HV call ordering in pci_sun4v_msiq_build_irq().
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / pinctrl / Kconfig
blobe17e2f8001d2a6ebb770d4e20c6aa0a3cd2576cd
2 # PINCTRL infrastructure and drivers
5 config PINCTRL
6         bool
7         depends on EXPERIMENTAL
9 if PINCTRL
11 menu "Pin controllers"
12         depends on PINCTRL
14 config PINMUX
15         bool "Support pinmux controllers"
17 config 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.
23 config PINMUX_SIRF
24         bool "CSR SiRFprimaII pinmux driver"
25         depends on ARCH_PRIMA2
26         select PINMUX
28 config PINMUX_U300
29         bool "U300 pinmux driver"
30         depends on ARCH_U300
31         select PINMUX
33 endmenu
35 endif