summaryrefslogtreecommitdiff
path: root/include/configs/r2dplus.h
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2016-03-21 13:47:41 (GMT)
committerTom Rini <trini@konsulko.com>2016-03-22 16:19:27 (GMT)
commit86e9dc86b1a2f815582e7e3ad1f7d64481350733 (patch)
treebb3f1b29966b686366db12a0573f2bd56821667c /include/configs/r2dplus.h
parent6b336879954a01fc2222098aaa7e2e667bf6ff31 (diff)
downloadu-boot-86e9dc86b1a2f815582e7e3ad1f7d64481350733.tar.xz
net: Move CONFIG_RTL8139 to Kconfig
Introduce CONFIG_RTL8139 in Kconfig and move over boards' defconfig to use that. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com> [trini: Fixup MPC8641HPCN* and r2dplus configs] Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/r2dplus.h')
-rw-r--r--include/configs/r2dplus.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/r2dplus.h b/include/configs/r2dplus.h
index 2d1e56a..82e7a89 100644
--- a/include/configs/r2dplus.h
+++ b/include/configs/r2dplus.h
@@ -110,9 +110,4 @@
#define CONFIG_PCI_SYS_PHYS (CONFIG_SYS_SDRAM_BASE & 0x1fffffff)
#define CONFIG_PCI_SYS_SIZE CONFIG_SYS_SDRAM_SIZE
-/*
- * Network device (RTL8139) support
- */
-#define CONFIG_RTL8139
-
#endif /* __CONFIG_H */