diff mbox series

[net-next] net-next/hinic: add arm64 support

Message ID 20180418100739.12948-1-zhaochen6@huawei.com
State Accepted, archived
Delegated to: David Miller
Headers show
Series [net-next] net-next/hinic: add arm64 support | expand

Commit Message

Zhao Chen April 18, 2018, 10:07 a.m. UTC
This patch enables arm64 platform support for the HINIC driver.

Signed-off-by: Zhao Chen <zhaochen6@huawei.com>
---
 drivers/net/ethernet/huawei/hinic/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

David Miller April 19, 2018, 5:34 p.m. UTC | #1
From: Zhao Chen <zhaochen6@huawei.com>
Date: Wed, 18 Apr 2018 06:07:39 -0400

> This patch enables arm64 platform support for the HINIC driver.
> 
> Signed-off-by: Zhao Chen <zhaochen6@huawei.com>

Applied, thank you.
Zhao Chen April 20, 2018, 2:09 a.m. UTC | #2
On 2018/4/20 1:34, David Miller wrote:
> From: Zhao Chen <zhaochen6@huawei.com>
> Date: Wed, 18 Apr 2018 06:07:39 -0400
> 
>> This patch enables arm64 platform support for the HINIC driver.
>>
>> Signed-off-by: Zhao Chen <zhaochen6@huawei.com>
> 
> Applied, thank you.
> 
> .
> 
Thanks, David.
diff mbox series

Patch

diff --git a/drivers/net/ethernet/huawei/hinic/Kconfig b/drivers/net/ethernet/huawei/hinic/Kconfig
index 08db24954f7e..e4e8b24c1a5d 100644
--- a/drivers/net/ethernet/huawei/hinic/Kconfig
+++ b/drivers/net/ethernet/huawei/hinic/Kconfig
@@ -4,7 +4,7 @@ 
 
 config HINIC
 	tristate "Huawei Intelligent PCIE Network Interface Card"
-	depends on (PCI_MSI && X86)
+	depends on (PCI_MSI && (X86 || ARM64))
 	---help---
 	  This driver supports HiNIC PCIE Ethernet cards.
 	  To compile this driver as part of the kernel, choose Y here.