diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-05-06 23:13:13 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-05-12 09:43:21 +0800 |
commit | a0f5e3631b07cabf624e7d818df76d47d9d21017 (patch) | |
tree | 51a2d22aee63da4c0dba43447ee54759a5657dd5 /arch/arm/Kconfig | |
parent | fe233b9df3842b3927c0275322a8047f8b33b194 (diff) |
ARM: mxs: enable pinctrl support
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index cf006d40342c..c67494fc05a7 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -469,6 +469,7 @@ config ARCH_MXS select CLKDEV_LOOKUP select CLKSRC_MMIO select HAVE_CLK_PREPARE + select PINCTRL help Support for Freescale MXS-based family of processors |