blob: 03925d1aecb26ab33404f228d62927d432d6e2f5 [file] [log] [blame]
Jeff Kirshere75ed602011-07-30 01:15:34 -07001#
2# Tundra network device configuration
3#
4
5config NET_VENDOR_TUNDRA
6 bool "Tundra devices"
7 depends on TSI108_BRIDGE
8 ---help---
9 If you have a network (Ethernet) card belonging to this class, say Y
10 and read the Ethernet-HOWTO, available from
11 <http://www.tldp.org/docs.html#howto>.
12
13 Note that the answer to this question doesn't directly affect the
14 kernel: saying N will just cause the configurator to skip all
15 the questions about Tundra cards. If you say Y, you will be asked for
16 your specific card in the following questions.
17
18if NET_VENDOR_TUNDRA
19
20config TSI108_ETH
21 tristate "Tundra TSI108 gigabit Ethernet support"
22 depends on TSI108_BRIDGE
23 ---help---
24 This driver supports Tundra TSI108 gigabit Ethernet ports.
25 To compile this driver as a module, choose M here: the module
26 will be called tsi108_eth.
27
28endif # NET_VENDOR_TUNDRA