]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
net: pch_gbe: Add Kconfig option
authorBin Meng <bmeng.cn@gmail.com>
Fri, 28 Aug 2015 05:25:58 +0000 (22:25 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 9 Sep 2015 13:48:03 +0000 (07:48 -0600)
Add Kconfig option in preparation for moving board to use Kconfig.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
drivers/net/Kconfig

index 7367d9e5ac911bf91343ee345a2a7f16f5cc953c..bbec6a60e01a42b4411bd6b75d0d5d8fc6ab93ac 100644 (file)
@@ -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