xref: /linux/drivers/net/ethernet/huawei/hinic3/Kconfig (revision ab93e0dd72c37d378dd936f031ffb83ff2bd87ce)
1*17fcb3dcSFan Gong# SPDX-License-Identifier: GPL-2.0-only
2*17fcb3dcSFan Gong#
3*17fcb3dcSFan Gong# Huawei driver configuration
4*17fcb3dcSFan Gong#
5*17fcb3dcSFan Gong
6*17fcb3dcSFan Gongconfig HINIC3
7*17fcb3dcSFan Gong	tristate "Huawei 3rd generation network adapters (HINIC3) support"
8*17fcb3dcSFan Gong	# Fields of HW and management structures are little endian and are
9*17fcb3dcSFan Gong	# currently not converted
10*17fcb3dcSFan Gong	depends on !CPU_BIG_ENDIAN
11*17fcb3dcSFan Gong	depends on X86 || ARM64 || COMPILE_TEST
12*17fcb3dcSFan Gong	depends on PCI_MSI && 64BIT
13*17fcb3dcSFan Gong	select AUXILIARY_BUS
14*17fcb3dcSFan Gong	select PAGE_POOL
15*17fcb3dcSFan Gong	help
16*17fcb3dcSFan Gong	  This driver supports HiNIC 3rd gen Network Adapter (HINIC3).
17*17fcb3dcSFan Gong	  The driver is supported on X86_64 and ARM64 little endian.
18*17fcb3dcSFan Gong
19*17fcb3dcSFan Gong	  To compile this driver as a module, choose M here.
20*17fcb3dcSFan Gong	  The module will be called hinic3.
21