diff options
author | Zhangfei Gao <zhangfei.gao@linaro.org> | 2015-01-14 14:34:13 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-01-14 01:52:45 -0500 |
commit | 4a841ee928f430e466cf8e7ea8ad08eb13b1377c (patch) | |
tree | ceffebe11724ec32bda7347571bfdcedeaeeb635 /drivers/net/ethernet/hisilicon/Kconfig | |
parent | ef80c32dd0a7a39cf3b200cd346fbdf9b06baf71 (diff) | |
download | linux-4a841ee928f430e466cf8e7ea8ad08eb13b1377c.tar.bz2 |
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/Kconfig | 9 |
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 |