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