diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-07-30 03:36:02 -0400 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-12 03:27:04 -0400 |
commit | 8df158ac36fa0937f51c372f0c2d0ad1b86ebe4c (patch) | |
tree | 320edf6c6b8ecc035b77ac8e91974d870490ad92 /drivers/net/ethernet/toshiba/Kconfig | |
parent | bcc9736c6c201b0992c9d0a5b5a30c35138e5782 (diff) |
toshiba: Move the Toshiba drivers
Move the Toshiba ethernet drivers into drivers/net/ethernet/toshiba
and make the necessary Kconfig and Makefile changes.
CC: Geoff Levand <geoff@infradead.org>
CC: Jens Osterkamp <Jens.Osterkamp@de.ibm.com>
CC: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ethernet/toshiba/Kconfig')
-rw-r--r-- | drivers/net/ethernet/toshiba/Kconfig | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/drivers/net/ethernet/toshiba/Kconfig b/drivers/net/ethernet/toshiba/Kconfig new file mode 100644 index 000000000000..6ef2ce2c0ea7 --- /dev/null +++ b/drivers/net/ethernet/toshiba/Kconfig | |||
@@ -0,0 +1,56 @@ | |||
1 | # | ||
2 | # Toshiba network device configuration | ||
3 | # | ||
4 | |||
5 | config NET_VENDOR_TOSHIBA | ||
6 | bool "Toshiba devices" | ||
7 | depends on PCI && (PPC_IBM_CELL_BLADE || PPC_CELLEB) || PPC_PS3 | ||
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 Toshiba cards. If you say Y, you will be asked | ||
16 | for your specific card in the following questions. | ||
17 | |||
18 | if NET_VENDOR_TOSHIBA | ||
19 | |||
20 | config GELIC_NET | ||
21 | tristate "PS3 Gigabit Ethernet driver" | ||
22 | depends on PPC_PS3 | ||
23 | select PS3_SYS_MANAGER | ||
24 | ---help--- | ||
25 | This driver supports the network device on the PS3 game | ||
26 | console. This driver has built-in support for Ethernet. | ||
27 | |||
28 | To compile this driver as a module, choose M here: the | ||
29 | module will be called ps3_gelic. | ||
30 | |||
31 | config GELIC_WIRELESS | ||
32 | bool "PS3 Wireless support" | ||
33 | depends on GELIC_NET && WLAN | ||
34 | select WIRELESS_EXT | ||
35 | ---help--- | ||
36 | This option adds the support for the wireless feature of PS3. | ||
37 | If you have the wireless-less model of PS3 or have no plan to | ||
38 | use wireless feature, disabling this option saves memory. As | ||
39 | the driver automatically distinguishes the models, you can | ||
40 | safely enable this option even if you have a wireless-less model. | ||
41 | |||
42 | config SPIDER_NET | ||
43 | tristate "Spider Gigabit Ethernet driver" | ||
44 | depends on PCI && (PPC_IBM_CELL_BLADE || PPC_CELLEB) | ||
45 | select FW_LOADER | ||
46 | select SUNGEM_PHY | ||
47 | ---help--- | ||
48 | This driver supports the Gigabit Ethernet chips present on the | ||
49 | Cell Processor-Based Blades from IBM. | ||
50 | |||
51 | config TC35815 | ||
52 | tristate "TOSHIBA TC35815 Ethernet support" | ||
53 | depends on PCI && MIPS | ||
54 | select PHYLIB | ||
55 | |||
56 | endif # NET_VENDOR_TOSHIBA | ||