diff options
-rw-r--r-- | arch/arm/mach-mmp/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-mmp/Kconfig b/arch/arm/mach-mmp/Kconfig index 178d4daa5e1d..ebdda8346a26 100644 --- a/arch/arm/mach-mmp/Kconfig +++ b/arch/arm/mach-mmp/Kconfig | |||
@@ -89,6 +89,8 @@ config MACH_MMP_DT | |||
89 | select CPU_PXA168 | 89 | select CPU_PXA168 |
90 | select CPU_PXA910 | 90 | select CPU_PXA910 |
91 | select USE_OF | 91 | select USE_OF |
92 | select PINCTRL | ||
93 | select PINCTRL_SINGLE | ||
92 | help | 94 | help |
93 | Include support for Marvell MMP2 based platforms using | 95 | Include support for Marvell MMP2 based platforms using |
94 | the device tree. Needn't select any other machine while | 96 | the device tree. Needn't select any other machine while |
@@ -99,6 +101,8 @@ config MACH_MMP2_DT | |||
99 | depends on !CPU_MOHAWK | 101 | depends on !CPU_MOHAWK |
100 | select CPU_MMP2 | 102 | select CPU_MMP2 |
101 | select USE_OF | 103 | select USE_OF |
104 | select PINCTRL | ||
105 | select PINCTRL_SINGLE | ||
102 | help | 106 | help |
103 | Include support for Marvell MMP2 based platforms using | 107 | Include support for Marvell MMP2 based platforms using |
104 | the device tree. | 108 | the device tree. |