diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2016-03-21 06:47:42 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-03-22 12:19:53 -0400 |
commit | 0764f24ae6bc937e358990c357f7452b4d5351e3 (patch) | |
tree | 6387bba057763db69c8b056ad3398c6e97f7102e /include/configs/r7780mp.h | |
parent | 86e9dc86b1a2f815582e7e3ad1f7d64481350733 (diff) | |
download | u-boot-0764f24ae6bc937e358990c357f7452b4d5351e3.tar.gz u-boot-0764f24ae6bc937e358990c357f7452b4d5351e3.tar.bz2 u-boot-0764f24ae6bc937e358990c357f7452b4d5351e3.zip |
net: Move CONFIG_RTL8169 to Kconfig
Introduce CONFIG_RTL8169 in Kconfig and move over boards' defconfig
to use that.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Stephen Warren <swaren@nvidia.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'include/configs/r7780mp.h')
-rw-r--r-- | include/configs/r7780mp.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/r7780mp.h b/include/configs/r7780mp.h index 82a056c690..e2da2448e5 100644 --- a/include/configs/r7780mp.h +++ b/include/configs/r7780mp.h @@ -124,9 +124,6 @@ #endif /* CONFIG_CMD_PCI */ #if defined(CONFIG_CMD_NET) -/* -#define CONFIG_RTL8169 -*/ /* AX88796L Support(NE2000 base chip) */ #define CONFIG_DRIVER_AX88796L #define CONFIG_DRIVER_NE2000_BASE 0xA4100000 |