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