summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-08-27 22:25:58 -0700
committerSimon Glass <sjg@chromium.org>2015-09-09 07:48:03 -0600
commitb68fe15227251e3b0134f5f8f3ca05d07fd7efe1 (patch)
treeb487fe4a75183b440bb6408eb40550c53c9449bd
parentca19a79342cf953bc652ce41534c86ce4e79f26a (diff)
downloadblackbird-obmc-uboot-b68fe15227251e3b0134f5f8f3ca05d07fd7efe1.tar.gz
blackbird-obmc-uboot-b68fe15227251e3b0134f5f8f3ca05d07fd7efe1.zip
net: pch_gbe: Add Kconfig option
Add Kconfig option in preparation for moving board to use Kconfig. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
-rw-r--r--drivers/net/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 7367d9e5ac..bbec6a60e0 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -8,6 +8,11 @@ config DM_ETH
This is currently implemented in net/eth.c
Look in include/net.h for details.
+config PHYLIB
+ bool "Ethernet PHY (physical media interface) support"
+ help
+ Enable Ethernet PHY (physical media interface) support.
+
menuconfig NETDEVICES
bool "Network device support"
depends on NET
@@ -79,4 +84,12 @@ config ETH_DESIGNWARE
100Mbit and 1 Gbit operation. You must enable CONFIG_PHYLIB to
provide the PHY (physical media interface).
+config PCH_GBE
+ bool "Intel Platform Controller Hub EG20T GMAC driver"
+ depends on DM_ETH && DM_PCI
+ select PHYLIB
+ help
+ This MAC is present in Intel Platform Controller Hub EG20T. It
+ supports 10/100/1000 Mbps operation.
+
endif # NETDEVICES
OpenPOWER on IntegriCloud