1*2f207cbfSStefan Wahren# SPDX-License-Identifier: GPL-2.0-only
2*2f207cbfSStefan Wahren#
3*2f207cbfSStefan Wahren# Vertexcom network device configuration
4*2f207cbfSStefan Wahren#
5*2f207cbfSStefan Wahren
6*2f207cbfSStefan Wahrenconfig NET_VENDOR_VERTEXCOM
7*2f207cbfSStefan Wahren	bool "Vertexcom devices"
8*2f207cbfSStefan Wahren	default y
9*2f207cbfSStefan Wahren	help
10*2f207cbfSStefan Wahren	  If you have a network (Ethernet) card belonging to this class, say Y.
11*2f207cbfSStefan Wahren
12*2f207cbfSStefan Wahren	  Note that the answer to this question doesn't directly affect the
13*2f207cbfSStefan Wahren	  kernel: saying N will just cause the configurator to skip all
14*2f207cbfSStefan Wahren	  the questions about Vertexcom cards. If you say Y, you will be asked
15*2f207cbfSStefan Wahren	  for your specific card in the following questions.
16*2f207cbfSStefan Wahren
17*2f207cbfSStefan Wahrenif NET_VENDOR_VERTEXCOM
18*2f207cbfSStefan Wahren
19*2f207cbfSStefan Wahrenconfig MSE102X
20*2f207cbfSStefan Wahren	tristate "Vertexcom MSE102x SPI"
21*2f207cbfSStefan Wahren	depends on SPI
22*2f207cbfSStefan Wahren	help
23*2f207cbfSStefan Wahren	  SPI driver for Vertexcom MSE102x SPI attached network chip.
24*2f207cbfSStefan Wahren
25*2f207cbfSStefan Wahrenendif # NET_VENDOR_VERTEXCOM
26