diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2016-03-21 06:47:41 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-03-22 12:19:27 -0400 |
commit | 86e9dc86b1a2f815582e7e3ad1f7d64481350733 (patch) | |
tree | bb3f1b29966b686366db12a0573f2bd56821667c /drivers | |
parent | 6b336879954a01fc2222098aaa7e2e667bf6ff31 (diff) | |
download | talos-obmc-uboot-86e9dc86b1a2f815582e7e3ad1f7d64481350733.tar.gz talos-obmc-uboot-86e9dc86b1a2f815582e7e3ad1f7d64481350733.zip |
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 'drivers')
-rw-r--r-- | drivers/net/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index bc2f51d958..3ac6b66d48 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -102,6 +102,12 @@ config PCH_GBE This MAC is present in Intel Platform Controller Hub EG20T. It supports 10/100/1000 Mbps operation. +config RTL8139 + bool "Realtek 8139 series Ethernet controller driver" + help + This driver supports Realtek 8139 series fast ethernet family of + PCI chipsets/adapters. + config XILINX_AXIEMAC depends on DM_ETH && (MICROBLAZE || ARCH_ZYNQ || ARCH_ZYNQMP) select PHYLIB |