summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-09-17 03:33:01 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-09-18 23:10:35 +0900
commit27350c922eedb8785a1c456863869d49a769952e (patch)
tree3198d80c6114c4e25d6a3cffe88ad202dcdd01c9 /arch
parent4475c0ca5f40a10b0e3d1cea15b6d36e53d17a74 (diff)
downloadu-boot-imx-27350c922eedb8785a1c456863869d49a769952e.zip
u-boot-imx-27350c922eedb8785a1c456863869d49a769952e.tar.gz
u-boot-imx-27350c922eedb8785a1c456863869d49a769952e.tar.bz2
ARM: uniphier: select PINCTRL and SPL_PINCTRL
Now all UniPhier SoCs support a pinctrl driver. Select (SPL_)PINCTRL since it is mandatory even for base use. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 498658d..a311215 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -865,9 +865,11 @@ config ARCH_UNIPHIER
select DM_USB
select OF_CONTROL
select OF_LIBFDT
+ select PINCTRL
select SPL
select SPL_DM
select SPL_OF_CONTROL
+ select SPL_PINCTRL
select SUPPORT_SPL
help
Support for UniPhier SoC family developed by Socionext Inc.