aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/Kconfig
diff options
context:
space:
mode:
authorZhangfei Gao <zhangfei.gao@linaro.org>2015-01-14 14:34:13 +0800
committerDavid S. Miller <davem@davemloft.net>2015-01-14 01:52:45 -0500
commit4a841ee928f430e466cf8e7ea8ad08eb13b1377c (patch)
treeceffebe11724ec32bda7347571bfdcedeaeeb635 /drivers/net/ethernet/hisilicon/Kconfig
parentDocumentation: add Device tree bindings for Hisilicon hip04 ethernet (diff)
downloadlinux-dev-4a841ee928f430e466cf8e7ea8ad08eb13b1377c.tar.xz
linux-dev-4a841ee928f430e466cf8e7ea8ad08eb13b1377c.zip
net: hisilicon: new hip04 MDIO driver
Hisilicon hip04 platform mdio driver Reuse Marvell phy drivers/net/phy/marvell.c Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org> Signed-off-by: Ding Tianhong <dingtianhong@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/hisilicon/Kconfig')
-rw-r--r--drivers/net/ethernet/hisilicon/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/net/ethernet/hisilicon/Kconfig b/drivers/net/ethernet/hisilicon/Kconfig
index e9421731b05e..a54d89791311 100644
--- a/drivers/net/ethernet/hisilicon/Kconfig
+++ b/drivers/net/ethernet/hisilicon/Kconfig
@@ -24,4 +24,13 @@ config HIX5HD2_GMAC
help
This selects the hix5hd2 mac family network device.
+config HIP04_ETH
+ tristate "HISILICON P04 Ethernet support"
+ select PHYLIB
+ select MARVELL_PHY
+ select MFD_SYSCON
+ ---help---
+ If you wish to compile a kernel for a hardware with hisilicon p04 SoC and
+ want to use the internal ethernet then you should answer Y to this.
+
endif # NET_VENDOR_HISILICON