From: Nobuhiro Iwamatsu Date: Tue, 14 Oct 2008 02:10:59 +0000 (+0900) Subject: sh: rsk7203: Add smc911x driver support to board config file X-Git-Tag: v2008.10-rc3~17^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=05c7e9070fe4d751e029fd9524bfbbc93cbb1393;p=kernel%2Fu-boot.git sh: rsk7203: Add smc911x driver support to board config file Signed-off-by: Nobuhiro Iwamatsu Signed-off-by: Nobuhiro Iwamatsu --- diff --git a/include/configs/rsk7203.h b/include/configs/rsk7203.h index d99e4f3..1f20e57 100644 --- a/include/configs/rsk7203.h +++ b/include/configs/rsk7203.h @@ -104,4 +104,9 @@ #define CMT_CLK_DIVIDER 32 /* 8 (default), 32, 128 or 512 */ #define CFG_HZ (CONFIG_SYS_CLK_FREQ / CMT_CLK_DIVIDER) +/* Network interface */ +#define CONFIG_DRIVER_SMC911X +#define CONFIG_DRIVER_SMC911X_16_BIT +#define CONFIG_DRIVER_SMC911X_BASE (0x24000000) + #endif /* __RSK7203_H */