summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2016-03-21 06:47:42 -0700
committerTom Rini <trini@konsulko.com>2016-03-22 12:19:53 -0400
commit0764f24ae6bc937e358990c357f7452b4d5351e3 (patch)
tree6387bba057763db69c8b056ad3398c6e97f7102e /include
parent86e9dc86b1a2f815582e7e3ad1f7d64481350733 (diff)
downloadtalos-obmc-uboot-0764f24ae6bc937e358990c357f7452b4d5351e3.tar.gz
talos-obmc-uboot-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')
-rw-r--r--include/configs/beaver.h3
-rw-r--r--include/configs/cardhu.h3
-rw-r--r--include/configs/chromebox_panther.h2
-rw-r--r--include/configs/jetson-tk1.h3
-rw-r--r--include/configs/minnowmax.h1
-rw-r--r--include/configs/p2371-2180.h3
-rw-r--r--include/configs/r7780mp.h3
-rw-r--r--include/configs/sh7785lcr.h3
-rw-r--r--include/configs/trimslice.h3
9 files changed, 0 insertions, 24 deletions
diff --git a/include/configs/beaver.h b/include/configs/beaver.h
index c672a8e40c..f68d8eea1e 100644
--- a/include/configs/beaver.h
+++ b/include/configs/beaver.h
@@ -63,9 +63,6 @@
#define CONFIG_PCI_PNP
#define CONFIG_CMD_PCI
-/* PCI networking support */
-#define CONFIG_RTL8169
-
/* General networking support */
#define CONFIG_CMD_DHCP
diff --git a/include/configs/cardhu.h b/include/configs/cardhu.h
index fc2dc5a67d..acfe96895f 100644
--- a/include/configs/cardhu.h
+++ b/include/configs/cardhu.h
@@ -66,9 +66,6 @@
#define CONFIG_PCI_PNP
#define CONFIG_CMD_PCI
-/* PCI networking support */
-#define CONFIG_RTL8169
-
/* General networking support */
#define CONFIG_CMD_DHCP
diff --git a/include/configs/chromebox_panther.h b/include/configs/chromebox_panther.h
index d5b33902cc..05266e8ab3 100644
--- a/include/configs/chromebox_panther.h
+++ b/include/configs/chromebox_panther.h
@@ -10,6 +10,4 @@
#include <configs/x86-common.h>
#include <configs/x86-chromebook.h>
-#define CONFIG_RTL8169
-
#endif /* __CONFIG_H */
diff --git a/include/configs/jetson-tk1.h b/include/configs/jetson-tk1.h
index 763d2ec71e..59dbb208cd 100644
--- a/include/configs/jetson-tk1.h
+++ b/include/configs/jetson-tk1.h
@@ -60,9 +60,6 @@
#define CONFIG_PCI_PNP
#define CONFIG_CMD_PCI
-/* PCI networking support */
-#define CONFIG_RTL8169
-
/* General networking support */
#define CONFIG_CMD_DHCP
diff --git a/include/configs/minnowmax.h b/include/configs/minnowmax.h
index 10ca05fdda..e0006d88ba 100644
--- a/include/configs/minnowmax.h
+++ b/include/configs/minnowmax.h
@@ -20,7 +20,6 @@
#define CONFIG_SMSC_LPC47M
#define CONFIG_PCI_PNP
-#define CONFIG_RTL8169
#define CONFIG_STD_DEVICES_SETTINGS "stdin=usbkbd,vga,serial\0" \
"stdout=vga,serial\0" \
"stderr=vga,serial\0"
diff --git a/include/configs/p2371-2180.h b/include/configs/p2371-2180.h
index 01fd743d82..c55f07ede2 100644
--- a/include/configs/p2371-2180.h
+++ b/include/configs/p2371-2180.h
@@ -56,9 +56,6 @@
#define CONFIG_PCI_PNP
#define CONFIG_CMD_PCI
-/* PCI networking support */
-#define CONFIG_RTL8169
-
/* General networking support */
#define CONFIG_CMD_DHCP
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
diff --git a/include/configs/sh7785lcr.h b/include/configs/sh7785lcr.h
index 2ba0c58586..e85256dd37 100644
--- a/include/configs/sh7785lcr.h
+++ b/include/configs/sh7785lcr.h
@@ -148,9 +148,6 @@
#define CONFIG_PCI_SYS_BUS CONFIG_SYS_SDRAM_BASE
#define CONFIG_PCI_SYS_SIZE CONFIG_SYS_SDRAM_SIZE
-/* Network device (RTL8169) support */
-#define CONFIG_RTL8169
-
/* ENV setting */
#define CONFIG_ENV_IS_IN_FLASH
#define CONFIG_ENV_OVERWRITE 1
diff --git a/include/configs/trimslice.h b/include/configs/trimslice.h
index 92ebb6aa4c..ca188bec24 100644
--- a/include/configs/trimslice.h
+++ b/include/configs/trimslice.h
@@ -58,9 +58,6 @@
#define CONFIG_PCI_PNP
#define CONFIG_CMD_PCI
-/* PCI networking support */
-#define CONFIG_RTL8169
-
/* General networking support */
#define CONFIG_CMD_DHCP
OpenPOWER on IntegriCloud