aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/tundra/Kconfig
diff options
context:
space:
mode:
authorJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-07-30 04:15:34 -0400
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-08-12 06:41:04 -0400
commite75ed60cbaf6a2b5f14f00d96d926110f983be6b (patch)
treefcc6f765bfb782c34381b2801eba3c4d38077c99 /drivers/net/ethernet/tundra/Kconfig
parent679ec0ef08afde98fd5b2d1aa9fb3e50cce657a0 (diff)
tsi108*: Move the Tundra driver
Move the Tundra driver to drivers/net/ethernet/tundra/ and make the necessary Kocnfig and Makefile changes. CC: Kong Lai <kong.lai@tundra.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ethernet/tundra/Kconfig')
-rw-r--r--drivers/net/ethernet/tundra/Kconfig28
1 files changed, 28 insertions, 0 deletions
diff --git a/drivers/net/ethernet/tundra/Kconfig b/drivers/net/ethernet/tundra/Kconfig
new file mode 100644
index 000000000000..03925d1aecb2
--- /dev/null
+++ b/drivers/net/ethernet/tundra/Kconfig
@@ -0,0 +1,28 @@
1#
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