Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # Vertexcom network device configuration
0004 #
0005 
0006 config NET_VENDOR_VERTEXCOM
0007         bool "Vertexcom devices"
0008         default y
0009         help
0010           If you have a network (Ethernet) card belonging to this class, say Y.
0011 
0012           Note that the answer to this question doesn't directly affect the
0013           kernel: saying N will just cause the configurator to skip all
0014           the questions about Vertexcom cards. If you say Y, you will be asked
0015           for your specific card in the following questions.
0016 
0017 if NET_VENDOR_VERTEXCOM
0018 
0019 config MSE102X
0020         tristate "Vertexcom MSE102x SPI"
0021         depends on SPI
0022         help
0023           SPI driver for Vertexcom MSE102x SPI attached network chip.
0024 
0025 endif # NET_VENDOR_VERTEXCOM