xref: /linux/drivers/net/ethernet/alibaba/Kconfig (revision 4f68ffc45e94d20cc5b97f4d62f2f04e429b536a)
1#
2# Alibaba network device configuration
3#
4
5config NET_VENDOR_ALIBABA
6	bool "Alibaba Devices"
7	default y
8	help
9	  If you have a network (Ethernet) device belonging to this class, say Y.
10
11	  Note that the answer to this question doesn't directly affect the
12	  kernel: saying N will just cause the configurator to skip all
13	  the questions about Alibaba devices. If you say Y, you will be asked
14	  for your specific device in the following questions.
15
16if NET_VENDOR_ALIBABA
17
18config ALIBABA_EEA
19	tristate "Alibaba Elastic Ethernet Adapter support"
20	depends on PCI_MSI
21	depends on 64BIT
22	select PAGE_POOL
23	help
24	  This driver supports Alibaba Elastic Ethernet Adapter.
25
26	  To compile this driver as a module, choose M here.
27
28endif #NET_VENDOR_ALIBABA
29