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 /drivers/net | |
parent | 86e9dc86b1a2f815582e7e3ad1f7d64481350733 (diff) | |
download | u-boot-imx-0764f24ae6bc937e358990c357f7452b4d5351e3.zip u-boot-imx-0764f24ae6bc937e358990c357f7452b4d5351e3.tar.gz u-boot-imx-0764f24ae6bc937e358990c357f7452b4d5351e3.tar.bz2 |
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 'drivers/net')
-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 3ac6b66..2a229b8 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -108,6 +108,12 @@ config RTL8139 This driver supports Realtek 8139 series fast ethernet family of PCI chipsets/adapters. +config RTL8169 + bool "Realtek 8169 series Ethernet controller driver" + help + This driver supports Realtek 8169 series gigabit ethernet family of + PCI/PCIe chipsets/adapters. + config XILINX_AXIEMAC depends on DM_ETH && (MICROBLAZE || ARCH_ZYNQ || ARCH_ZYNQMP) select PHYLIB |