26 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Vertexcom network device configuration4#5 6config NET_VENDOR_VERTEXCOM7 bool "Vertexcom devices"8 default y9 help10 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 the13 kernel: saying N will just cause the configurator to skip all14 the questions about Vertexcom cards. If you say Y, you will be asked15 for your specific card in the following questions.16 17if NET_VENDOR_VERTEXCOM18 19config MSE102X20 tristate "Vertexcom MSE102x SPI"21 depends on SPI22 help23 SPI driver for Vertexcom MSE102x SPI attached network chip.24 25endif # NET_VENDOR_VERTEXCOM26