xref: /linux/drivers/net/ethernet/mucse/Kconfig (revision 24f171c7e145f43b9f187578e89b0982ce87e54c)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Mucse network device configuration
4#
5
6config NET_VENDOR_MUCSE
7	bool "Mucse devices"
8	default y
9	help
10	  If you have a network (Ethernet) card from Mucse(R), say Y.
11
12	  Note that the answer to this question doesn't directly affect the
13	  kernel: saying N will just cause the configurator to skip all
14	  the questions about Mucse(R) cards. If you say Y, you will
15	  be asked for your specific card in the following questions.
16
17if NET_VENDOR_MUCSE
18
19config MGBE
20	tristate "Mucse(R) 1GbE PCI Express adapters support"
21	depends on PCI
22	help
23	  This driver supports Mucse(R) 1GbE PCI Express family of
24	  adapters.
25
26	  More specific information on configuring the driver is in
27	  <file:Documentation/networking/device_drivers/ethernet/mucse/rnpgbe.rst>.
28
29	  To compile this driver as a module, choose M here. The module
30	  will be called rnpgbe.
31
32endif # NET_VENDOR_MUCSE
33
34