diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2017-09-28 00:56:25 +0200 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2017-10-04 08:50:43 +0900 |
commit | 55f6847138fc0ddbcf54c3ce18cb30c2becaaf64 (patch) | |
tree | 541b01ea13e2d2f0ea21e881404c6c239c86ae64 /configs/r8a7795_salvator-x_defconfig | |
parent | d52132c320c945b3df4c949df79a8f5d9e936ede (diff) | |
download | u-boot-55f6847138fc0ddbcf54c3ce18cb30c2becaaf64.tar.gz |
ARM: rmobile: Enable pinconf
Enable pinconf since it's now implemented and used in the DTs.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'configs/r8a7795_salvator-x_defconfig')
-rw-r--r-- | configs/r8a7795_salvator-x_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/r8a7795_salvator-x_defconfig b/configs/r8a7795_salvator-x_defconfig index ac15518084..0391e34639 100644 --- a/configs/r8a7795_salvator-x_defconfig +++ b/configs/r8a7795_salvator-x_defconfig @@ -38,6 +38,7 @@ CONFIG_PHY_MICREL_KSZ90X1=y CONFIG_DM_ETH=y CONFIG_RENESAS_RAVB=y CONFIG_PINCTRL=y +CONFIG_PINCONF=y CONFIG_PINCTRL_PFC=y CONFIG_DM_REGULATOR=y CONFIG_DM_REGULATOR_FIXED=y |