diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-09-17 03:33:01 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-09-18 23:10:35 +0900 |
commit | 27350c922eedb8785a1c456863869d49a769952e (patch) | |
tree | 3198d80c6114c4e25d6a3cffe88ad202dcdd01c9 /configs/uniphier_ld11_defconfig | |
parent | 4475c0ca5f40a10b0e3d1cea15b6d36e53d17a74 (diff) | |
download | u-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 'configs/uniphier_ld11_defconfig')
-rw-r--r-- | configs/uniphier_ld11_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/uniphier_ld11_defconfig b/configs/uniphier_ld11_defconfig index 703d871..e848d08 100644 --- a/configs/uniphier_ld11_defconfig +++ b/configs/uniphier_ld11_defconfig @@ -23,8 +23,6 @@ CONFIG_SPL_OF_TRANSLATE=y CONFIG_GPIO_UNIPHIER=y CONFIG_MISC=y CONFIG_I2C_EEPROM=y -CONFIG_PINCTRL=y -CONFIG_SPL_PINCTRL=y CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_EHCI_HCD=y |