1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
28df158acSJeff Kirsher#
38df158acSJeff Kirsher# Toshiba network device configuration
48df158acSJeff Kirsher#
58df158acSJeff Kirsher
68df158acSJeff Kirsherconfig NET_VENDOR_TOSHIBA
78df158acSJeff Kirsher	bool "Toshiba devices"
888f07484SJeff Kirsher	default y
9e0767834SDaniel Axtens	depends on PCI && (PPC_IBM_CELL_BLADE || MIPS) || PPC_PS3
10a7f7f624SMasahiro Yamada	help
11138b15edSPaul Gortmaker	  If you have a network (Ethernet) card belonging to this class, say Y.
128df158acSJeff Kirsher
138df158acSJeff Kirsher	  Note that the answer to this question doesn't directly affect the
148df158acSJeff Kirsher	  kernel: saying N will just cause the configurator to skip all
158df158acSJeff Kirsher	  the questions about Toshiba cards. If you say Y, you will be asked
168df158acSJeff Kirsher	  for your specific card in the following questions.
178df158acSJeff Kirsher
188df158acSJeff Kirsherif NET_VENDOR_TOSHIBA
198df158acSJeff Kirsher
208df158acSJeff Kirsherconfig GELIC_NET
218df158acSJeff Kirsher	tristate "PS3 Gigabit Ethernet driver"
228df158acSJeff Kirsher	depends on PPC_PS3
238df158acSJeff Kirsher	select PS3_SYS_MANAGER
24a7f7f624SMasahiro Yamada	help
258df158acSJeff Kirsher	  This driver supports the network device on the PS3 game
268df158acSJeff Kirsher	  console.  This driver has built-in support for Ethernet.
278df158acSJeff Kirsher
288df158acSJeff Kirsher	  To compile this driver as a module, choose M here: the
298df158acSJeff Kirsher	  module will be called ps3_gelic.
308df158acSJeff Kirsher
318df158acSJeff Kirsherconfig GELIC_WIRELESS
328df158acSJeff Kirsher	bool "PS3 Wireless support"
338df158acSJeff Kirsher	depends on GELIC_NET && WLAN
348df158acSJeff Kirsher	select WIRELESS_EXT
35a7f7f624SMasahiro Yamada	help
368df158acSJeff Kirsher	  This option adds the support for the wireless feature of PS3.
378df158acSJeff Kirsher	  If you have the wireless-less model of PS3 or have no plan to
388df158acSJeff Kirsher	  use wireless feature, disabling this option saves memory.  As
398df158acSJeff Kirsher	  the driver automatically distinguishes the models, you can
408df158acSJeff Kirsher	  safely enable this option even if you have a wireless-less model.
418df158acSJeff Kirsher
428df158acSJeff Kirsherconfig SPIDER_NET
438df158acSJeff Kirsher	tristate "Spider Gigabit Ethernet driver"
44e0767834SDaniel Axtens	depends on PCI && PPC_IBM_CELL_BLADE
458df158acSJeff Kirsher	select FW_LOADER
468df158acSJeff Kirsher	select SUNGEM_PHY
47a7f7f624SMasahiro Yamada	help
488df158acSJeff Kirsher	  This driver supports the Gigabit Ethernet chips present on the
498df158acSJeff Kirsher	  Cell Processor-Based Blades from IBM.
508df158acSJeff Kirsher
518df158acSJeff Kirsherconfig TC35815
528df158acSJeff Kirsher	tristate "TOSHIBA TC35815 Ethernet support"
538df158acSJeff Kirsher	depends on PCI && MIPS
548df158acSJeff Kirsher	select PHYLIB
558df158acSJeff Kirsher
568df158acSJeff Kirsherendif # NET_VENDOR_TOSHIBA
57