From 393daa814f4bbc6f5c099178c073fae9f7ef6177 Mon Sep 17 00:00:00 2001 From: Rongjun Ying Date: Sun, 9 Oct 2011 03:11:13 -0700 Subject: pinctrl: add a driver for the CSR SiRFprimaII pinmux This creates a pin controller driver for the SiRFprinaII pin mux portions. Signed-off-by: Rongjun Ying Signed-off-by: Barry Song [Fixup for changed function names and semantics in the v10 patch] Signed-off-by: Linus Walleij --- drivers/pinctrl/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'drivers/pinctrl/Kconfig') 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 -- cgit v1.2.1