diff options
| author | Marek Vasut <[email protected]> | 2017-05-13 15:57:47 +0200 |
|---|---|---|
| committer | Nobuhiro Iwamatsu <[email protected]> | 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 <[email protected]>
Cc: Hiroyuki Yokoyama <[email protected]>
Cc: Nobuhiro Iwamatsu <[email protected]>
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 91307eb3536..b5a98d6db2b 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 |
