0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # Tundra network device configuration
0004 #
0005
0006 config NET_VENDOR_TUNDRA
0007 bool "Tundra devices"
0008 default y
0009 depends on TSI108_BRIDGE
0010 help
0011 If you have a network (Ethernet) card belonging to this class, say Y.
0012
0013 Note that the answer to this question doesn't directly affect the
0014 kernel: saying N will just cause the configurator to skip all
0015 the questions about Tundra cards. If you say Y, you will be asked for
0016 your specific card in the following questions.
0017
0018 if NET_VENDOR_TUNDRA
0019
0020 config TSI108_ETH
0021 tristate "Tundra TSI108 gigabit Ethernet support"
0022 depends on TSI108_BRIDGE
0023 help
0024 This driver supports Tundra TSI108 gigabit Ethernet ports.
0025 To compile this driver as a module, choose M here: the module
0026 will be called tsi108_eth.
0027
0028 endif # NET_VENDOR_TUNDRA