diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2011-11-16 10:24:39 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2012-01-03 09:10:04 +0100 |
commit | b4e3ac74d5cd4152f2ec6b3280b1ff3428952f7f (patch) | |
tree | b1dc770b28ac3dcdf2fd2b770827e4112804155e /drivers/pinctrl/Kconfig | |
parent | f812f0f53e5643c06b929ce3299cbaffb307c488 (diff) | |
download | blackbird-op-linux-b4e3ac74d5cd4152f2ec6b3280b1ff3428952f7f.tar.gz blackbird-op-linux-b4e3ac74d5cd4152f2ec6b3280b1ff3428952f7f.zip |
pinctrl/coh901: driver to request its pins
This makes the COH 901 driver request muxing of its GPIO pins
from the pinmux-u300 driver using the standard API calls.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/Kconfig')
-rw-r--r-- | drivers/pinctrl/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig index e087f0219f48..e963da41e948 100644 --- a/drivers/pinctrl/Kconfig +++ b/drivers/pinctrl/Kconfig @@ -32,7 +32,7 @@ config PINMUX_U300 config PINCTRL_COH901 bool "ST-Ericsson U300 COH 901 335/571 GPIO" - depends on GPIOLIB && ARCH_U300 + 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 |