From a80a661989d35620465da85d9d9f8179e9c9e843 Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Wed, 16 May 2012 10:23:21 +0900 Subject: sh: Set CONFIG_SH_ETHER_PHY_MODE and CONFIG_SH_ETHER_SH7734_MII to boards with sh_eth The board with sh_eth needs to set CONFIG_SH_ETHER_PHY_MODE. And SH7734 needs to set value of CONFIG_SH_ETHER_SH7734_MII. Signed-off-by: Nobuhiro Iwamatsu --- include/configs/r0p7734.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/configs/r0p7734.h') diff --git a/include/configs/r0p7734.h b/include/configs/r0p7734.h index aa3193d..f143c3b 100644 --- a/include/configs/r0p7734.h +++ b/include/configs/r0p7734.h @@ -62,6 +62,8 @@ #define CONFIG_PHY_SMSC 1 #define CONFIG_BITBANGMII #define CONFIG_BITBANGMII_MULTI +#define CONFIG_SH_ETHER_SH7734_MII (0x00) /* MII */ +#define CONFIG_SH_ETHER_PHY_MODE PHY_INTERFACE_MODE_MII #ifndef CONFIG_SH_ETHER # define CONFIG_SMC911X # define CONFIG_SMC911X_16_BIT -- cgit v1.1