瀏覽代碼

ARM: mmp: select pinctrl driver

Pinctrl driver is necessary for MMP DT & MMP2 DT platforms.

Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Haojian Zhuang 13 年之前
父節點
當前提交
b57870e28d
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      arch/arm/mach-mmp/Kconfig

+ 4 - 0
arch/arm/mach-mmp/Kconfig

@@ -89,6 +89,8 @@ config MACH_MMP_DT
 	select CPU_PXA168
 	select CPU_PXA168
 	select CPU_PXA910
 	select CPU_PXA910
 	select USE_OF
 	select USE_OF
+	select PINCTRL
+	select PINCTRL_SINGLE
 	help
 	help
 	  Include support for Marvell MMP2 based platforms using
 	  Include support for Marvell MMP2 based platforms using
 	  the device tree. Needn't select any other machine while
 	  the device tree. Needn't select any other machine while
@@ -99,6 +101,8 @@ config MACH_MMP2_DT
 	depends on !CPU_MOHAWK
 	depends on !CPU_MOHAWK
 	select CPU_MMP2
 	select CPU_MMP2
 	select USE_OF
 	select USE_OF
+	select PINCTRL
+	select PINCTRL_SINGLE
 	help
 	help
 	  Include support for Marvell MMP2 based platforms using
 	  Include support for Marvell MMP2 based platforms using
 	  the device tree.
 	  the device tree.