xref: /linux/drivers/net/ethernet/huawei/hinic/Kconfig (revision d5be4aeb5b36ba9cecd6ddbcce972e5d842c5df6)
1#
2# Huawei driver configuration
3#
4
5config HINIC
6	tristate "Huawei Intelligent PCIE Network Interface Card"
7	depends on (PCI_MSI && (X86 || ARM64))
8	---help---
9	  This driver supports HiNIC PCIE Ethernet cards.
10	  To compile this driver as part of the kernel, choose Y here.
11	  If unsure, choose N.
12	  The default is compiled as module.
13