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