diff options
author | Jiangfeng Xiao <xiaojiangfeng@huawei.com> | 2019-07-09 05:31:02 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-07-09 23:29:26 +0200 |
commit | 2ede8489c1a9a29f7849cd8810b533009b6fd198 (patch) | |
tree | f507a5a23889cf7dd23382ac19559b6c4130ea63 /drivers/net/ethernet/hisilicon/Kconfig | |
parent | Merge branch 'stmmac-hash-table' (diff) | |
download | linux-2ede8489c1a9a29f7849cd8810b533009b6fd198.tar.xz linux-2ede8489c1a9a29f7849cd8810b533009b6fd198.zip |
net: hisilicon: Add support for HI13X1 to hip04_eth
Extend the hip04_eth driver to support HI13X1_GMAC.
Enable it with CONFIG_HI13X1_GMAC option.
Signed-off-by: Jiangfeng Xiao <xiaojiangfeng@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 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/net/ethernet/hisilicon/Kconfig b/drivers/net/ethernet/hisilicon/Kconfig index a0d780c14e60..3892a2062404 100644 --- a/drivers/net/ethernet/hisilicon/Kconfig +++ b/drivers/net/ethernet/hisilicon/Kconfig @@ -46,6 +46,16 @@ config HIP04_ETH 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. +config HI13X1_GMAC + bool "Hisilicon HI13X1 Network Device Support" + depends on HIP04_ETH + help + If you wish to compile a kernel for a hardware with hisilicon hi13x1_gamc + then you should answer Y to this. This makes this driver suitable for use + on certain boards such as the HI13X1. + + If you are unsure, say N. + config HNS_MDIO tristate select PHYLIB |