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