소스 검색

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>
Linus Walleij 13 년 전
부모
커밋
3c94d1bbda
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      drivers/pinctrl/Kconfig

+ 1 - 1
drivers/pinctrl/Kconfig

@@ -130,7 +130,7 @@ config PINCTRL_U300
 
 
 config PINCTRL_COH901
 config PINCTRL_COH901
 	bool "ST-Ericsson U300 COH 901 335/571 GPIO"
 	bool "ST-Ericsson U300 COH 901 335/571 GPIO"
-	depends on GPIOLIB && ARCH_U300 && PINMUX_U300
+	depends on GPIOLIB && ARCH_U300 && PINCTRL_U300
 	help
 	help
 	  Say yes here to support GPIO interface on ST-Ericsson U300.
 	  Say yes here to support GPIO interface on ST-Ericsson U300.
 	  The names of the two IP block variants supported are
 	  The names of the two IP block variants supported are