diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2017-05-13 15:57:47 +0200 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2017-05-22 04:38:27 +0900 |
commit | 90e53f8b455e762c04cb154a381c8f1513af847f (patch) | |
tree | 0bb1ae07ce149f464b0476c98b1045b05fa8a63b /include | |
parent | 50fb0c451f8219d26612451933c7905457459bc4 (diff) |
ARM: rmobile: salvator-x: Add RAVB ethernet support
Add support for the AVB ethernet on the Salvator-X board.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/salvator-x.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/salvator-x.h b/include/configs/salvator-x.h index 91307eb353..b5a98d6db2 100644 --- a/include/configs/salvator-x.h +++ b/include/configs/salvator-x.h @@ -25,6 +25,12 @@ /* [A] Hyper Flash */ /* use to RPC(SPI Multi I/O Bus Controller) */ +/* Ethernet RAVB */ +#define CONFIG_NET_MULTI +#define CONFIG_PHY_MICREL +#define CONFIG_BITBANGMII +#define CONFIG_BITBANGMII_MULTI + /* Board Clock */ /* XTAL_CLK : 33.33MHz */ #define RCAR_XTAL_CLK 33333333u |