12f207cbfSStefan Wahren# SPDX-License-Identifier: GPL-2.0-only
22f207cbfSStefan Wahren#
32f207cbfSStefan Wahren# Vertexcom network device configuration
42f207cbfSStefan Wahren#
52f207cbfSStefan Wahren
62f207cbfSStefan Wahrenconfig NET_VENDOR_VERTEXCOM
72f207cbfSStefan Wahren	bool "Vertexcom devices"
8*7d6019b6SSaeed Mahameed	default y
92f207cbfSStefan Wahren	help
102f207cbfSStefan Wahren	  If you have a network (Ethernet) card belonging to this class, say Y.
112f207cbfSStefan Wahren
122f207cbfSStefan Wahren	  Note that the answer to this question doesn't directly affect the
132f207cbfSStefan Wahren	  kernel: saying N will just cause the configurator to skip all
142f207cbfSStefan Wahren	  the questions about Vertexcom cards. If you say Y, you will be asked
152f207cbfSStefan Wahren	  for your specific card in the following questions.
162f207cbfSStefan Wahren
172f207cbfSStefan Wahrenif NET_VENDOR_VERTEXCOM
182f207cbfSStefan Wahren
192f207cbfSStefan Wahrenconfig MSE102X
202f207cbfSStefan Wahren	tristate "Vertexcom MSE102x SPI"
212f207cbfSStefan Wahren	depends on SPI
222f207cbfSStefan Wahren	help
232f207cbfSStefan Wahren	  SPI driver for Vertexcom MSE102x SPI attached network chip.
242f207cbfSStefan Wahren
252f207cbfSStefan Wahrenendif # NET_VENDOR_VERTEXCOM
26