diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2012-06-18 14:07:50 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2012-07-03 15:51:08 -0400 |
commit | 3c94d1bbda491ba924e5c479e87bc2faae463253 (patch) | |
tree | 1728392fdda5985615237f48052d1824fb7f06c9 /drivers/pinctrl/Kconfig | |
parent | 3e5e00b654997aa2c3998d30f7213b9611eb23d7 (diff) |
pinctrl: select the proper symbol
The Kconfig entry for the COH901 pin controller depended on
PINMUX_U300 which is stale, use PINCTRL_U300 as it is called
these days.
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 c6e6ae0aa3b1..4c05fe8ced59 100644 --- a/drivers/pinctrl/Kconfig +++ b/drivers/pinctrl/Kconfig | |||
@@ -130,7 +130,7 @@ config PINCTRL_U300 | |||
130 | 130 | ||
131 | config PINCTRL_COH901 | 131 | config PINCTRL_COH901 |
132 | bool "ST-Ericsson U300 COH 901 335/571 GPIO" | 132 | bool "ST-Ericsson U300 COH 901 335/571 GPIO" |
133 | depends on GPIOLIB && ARCH_U300 && PINMUX_U300 | 133 | depends on GPIOLIB && ARCH_U300 && PINCTRL_U300 |
134 | help | 134 | help |
135 | Say yes here to support GPIO interface on ST-Ericsson U300. | 135 | Say yes here to support GPIO interface on ST-Ericsson U300. |
136 | The names of the two IP block variants supported are | 136 | The names of the two IP block variants supported are |