xref: /linux/drivers/net/ethernet/vertexcom/Kconfig (revision 03ab8e6297acd1bc0eedaa050e2a1635c576fd11)
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Vertexcom network device configuration
4 #
5 
6 config NET_VENDOR_VERTEXCOM
7 	bool "Vertexcom devices"
8 	default y
9 	help
10 	  If you have a network (Ethernet) card belonging to this class, 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 Vertexcom cards. If you say Y, you will be asked
15 	  for your specific card in the following questions.
16 
17 if NET_VENDOR_VERTEXCOM
18 
19 config MSE102X
20 	tristate "Vertexcom MSE102x SPI"
21 	depends on SPI
22 	help
23 	  SPI driver for Vertexcom MSE102x SPI attached network chip.
24 
25 endif # NET_VENDOR_VERTEXCOM
26