diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-09-16 18:33:01 (GMT) |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-09-18 14:10:35 (GMT) |
commit | 27350c922eedb8785a1c456863869d49a769952e (patch) | |
tree | 3198d80c6114c4e25d6a3cffe88ad202dcdd01c9 /arch/arm | |
parent | 4475c0ca5f40a10b0e3d1cea15b6d36e53d17a74 (diff) | |
download | u-boot-fsl-qoriq-27350c922eedb8785a1c456863869d49a769952e.tar.xz |
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/arm')
-rw-r--r-- | arch/arm/Kconfig | 2 |
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. |