diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2017-11-27 07:36:22 +0100 |
---|---|---|
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | 2017-11-30 02:34:21 +0100 |
commit | 02e80f0c11e4ae0ff6672df30f8520b393f269ad (patch) | |
tree | b25f342d79a2d9f0535d93b56d16bed916f864d9 /configs/r8a7796_salvator-x_defconfig | |
parent | d7f0b85269f4ca08ade437cb32d53eb4d7539226 (diff) | |
download | u-boot-02e80f0c11e4ae0ff6672df30f8520b393f269ad.tar.gz |
ARM: rmobile: Migrate boards to RCar IIC drivers
Stop using the old ad-hoc SH I2C driver and use the new RCar IIC
driver instead. The SH I2C driver should be deprecated and removed
eventually.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'configs/r8a7796_salvator-x_defconfig')
-rw-r--r-- | configs/r8a7796_salvator-x_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/r8a7796_salvator-x_defconfig b/configs/r8a7796_salvator-x_defconfig index 849c668a5f..9055c291bb 100644 --- a/configs/r8a7796_salvator-x_defconfig +++ b/configs/r8a7796_salvator-x_defconfig @@ -14,6 +14,7 @@ CONFIG_VERSION_VARIABLE=y CONFIG_HUSH_PARSER=y CONFIG_CMD_BOOTZ=y CONFIG_CMD_GPIO=y +CONFIG_CMD_I2C=y CONFIG_CMD_MMC=y CONFIG_CMD_USB=y CONFIG_CMD_DHCP=y @@ -32,6 +33,8 @@ CONFIG_CLK=y CONFIG_CLK_RENESAS=y CONFIG_DM_GPIO=y CONFIG_RCAR_GPIO=y +CONFIG_DM_I2C=y +CONFIG_SYS_I2C_RCAR_IIC=y CONFIG_DM_MMC=y CONFIG_MMC_UNIPHIER=y CONFIG_PHY_MICREL=y |