diff options
Diffstat (limited to 'drivers/pinctrl/Kconfig')
-rw-r--r-- | drivers/pinctrl/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig index 7b175c37731f..ef566443f945 100644 --- a/drivers/pinctrl/Kconfig +++ b/drivers/pinctrl/Kconfig @@ -26,6 +26,13 @@ config DEBUG_PINCTRL help Say Y here to add some extra checks and diagnostics to PINCTRL calls. +config PINMUX_SIRF + bool "CSR SiRFprimaII pinmux driver" + depends on ARCH_PRIMA2 + select PINMUX + help + Say Y here to enable the SiRFprimaII pinmux driver + config PINMUX_U300 bool "U300 pinmux driver" depends on ARCH_U300 |