diff options
author | huangdaode <huangdaode@hisilicon.com> | 2015-09-17 09:51:48 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-09-21 07:42:57 +0300 |
commit | 6fe6611ff275522a4e4c0359e2f46cdd07780d2f (patch) | |
tree | dc5d8e646b729bb6eb721dfe728a20bd3cae8b79 /drivers/net/ethernet/hisilicon/Kconfig | |
parent | 5b904d39406a61c056c3fe1b45867f0161827ef1 (diff) | |
download | linux-6fe6611ff275522a4e4c0359e2f46cdd07780d2f.tar.xz |
net: add Hisilicon Network Subsystem hnae framework support
HNAE (Hisilicon Network Acceleration Engine) is a framework to provide a
unified ring buffer interface for Hisilicon Network Acceleration
Engines.
With the interface, upper layer can work as ethernet driver, ODP driver
or other service driver on purpose.
Signed-off-by: huangdaode <huangdaode@hisilicon.com>
Signed-off-by: Kenneth Lee <liguozhu@huawei.com>
Signed-off-by: Yisen Zhuang <Yisen.Zhuang@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 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/ethernet/hisilicon/Kconfig b/drivers/net/ethernet/hisilicon/Kconfig index 9184f1d0f92b..85a2609185ad 100644 --- a/drivers/net/ethernet/hisilicon/Kconfig +++ b/drivers/net/ethernet/hisilicon/Kconfig @@ -39,4 +39,11 @@ config HNS_MDIO This selects the HNS MDIO support. It is needed by HNS_DSAF to access the PHY +config HNS + tristate "Hisilicon Network Subsystem Support (Framework)" + ---help--- + This selects the framework support for Hisilicon Network Subsystem. It + is needed by any driver which provides HNS acceleration engine or make + use of the engine + endif # NET_VENDOR_HISILICON |