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_ld20_defconfig | |
parent | 4475c0ca5f40a10b0e3d1cea15b6d36e53d17a74 (diff) | |
download | u-boot-27350c922eedb8785a1c456863869d49a769952e.tar.gz |
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_ld20_defconfig')
-rw-r--r-- | configs/uniphier_ld20_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/uniphier_ld20_defconfig b/configs/uniphier_ld20_defconfig index c4a8547074..d0e4bf05db 100644 --- a/configs/uniphier_ld20_defconfig +++ b/configs/uniphier_ld20_defconfig @@ -24,8 +24,6 @@ CONFIG_GPIO_UNIPHIER=y CONFIG_MISC=y CONFIG_I2C_EEPROM=y CONFIG_MMC_UNIPHIER=y -CONFIG_PINCTRL=y -CONFIG_SPL_PINCTRL=y CONFIG_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_STORAGE=y |