blob: 74acb5cf6099b262fa03549f7c15d2da533ad22d [file] [log] [blame]
Jeff Kirsher8df158a2011-07-30 00:36:02 -07001#
2# Toshiba network device configuration
3#
4
5config NET_VENDOR_TOSHIBA
6 bool "Toshiba devices"
Jeff Kirsher88f07482011-08-23 01:29:52 -07007 default y
Atsushi Nemotoa1728802012-02-06 14:51:03 +00008 depends on PCI && (PPC_IBM_CELL_BLADE || PPC_CELLEB || MIPS) || PPC_PS3
Jeff Kirsher8df158a2011-07-30 00:36:02 -07009 ---help---
10 If you have a network (Ethernet) card belonging to this class, say Y
11 and read the Ethernet-HOWTO, available from
12 <http://www.tldp.org/docs.html#howto>.
13
14 Note that the answer to this question doesn't directly affect the
15 kernel: saying N will just cause the configurator to skip all
16 the questions about Toshiba cards. If you say Y, you will be asked
17 for your specific card in the following questions.
18
19if NET_VENDOR_TOSHIBA
20
21config GELIC_NET
22 tristate "PS3 Gigabit Ethernet driver"
23 depends on PPC_PS3
24 select PS3_SYS_MANAGER
25 ---help---
26 This driver supports the network device on the PS3 game
27 console. This driver has built-in support for Ethernet.
28
29 To compile this driver as a module, choose M here: the
30 module will be called ps3_gelic.
31
32config GELIC_WIRELESS
33 bool "PS3 Wireless support"
34 depends on GELIC_NET && WLAN
35 select WIRELESS_EXT
36 ---help---
37 This option adds the support for the wireless feature of PS3.
38 If you have the wireless-less model of PS3 or have no plan to
39 use wireless feature, disabling this option saves memory. As
40 the driver automatically distinguishes the models, you can
41 safely enable this option even if you have a wireless-less model.
42
43config SPIDER_NET
44 tristate "Spider Gigabit Ethernet driver"
45 depends on PCI && (PPC_IBM_CELL_BLADE || PPC_CELLEB)
46 select FW_LOADER
47 select SUNGEM_PHY
48 ---help---
49 This driver supports the Gigabit Ethernet chips present on the
50 Cell Processor-Based Blades from IBM.
51
52config TC35815
53 tristate "TOSHIBA TC35815 Ethernet support"
54 depends on PCI && MIPS
55 select PHYLIB
56
57endif # NET_VENDOR_TOSHIBA