Jeff Kirsher | 8df158a | 2011-07-30 00:36:02 -0700 | [diff] [blame] | 1 | # |
| 2 | # Toshiba network device configuration |
| 3 | # |
| 4 | |
| 5 | config NET_VENDOR_TOSHIBA |
| 6 | bool "Toshiba devices" |
Jeff Kirsher | 88f0748 | 2011-08-23 01:29:52 -0700 | [diff] [blame] | 7 | default y |
Daniel Axtens | e076783 | 2015-04-14 15:28:44 +1000 | [diff] [blame] | 8 | depends on PCI && (PPC_IBM_CELL_BLADE || MIPS) || PPC_PS3 |
Jeff Kirsher | 8df158a | 2011-07-30 00:36:02 -0700 | [diff] [blame] | 9 | ---help--- |
Paul Gortmaker | 138b15e | 2015-06-21 16:28:02 -0400 | [diff] [blame] | 10 | If you have a network (Ethernet) card belonging to this class, say Y. |
Jeff Kirsher | 8df158a | 2011-07-30 00:36:02 -0700 | [diff] [blame] | 11 | |
| 12 | Note that the answer to this question doesn't directly affect the |
| 13 | kernel: saying N will just cause the configurator to skip all |
| 14 | the questions about Toshiba cards. If you say Y, you will be asked |
| 15 | for your specific card in the following questions. |
| 16 | |
| 17 | if NET_VENDOR_TOSHIBA |
| 18 | |
| 19 | config GELIC_NET |
| 20 | tristate "PS3 Gigabit Ethernet driver" |
| 21 | depends on PPC_PS3 |
| 22 | select PS3_SYS_MANAGER |
| 23 | ---help--- |
| 24 | This driver supports the network device on the PS3 game |
| 25 | console. This driver has built-in support for Ethernet. |
| 26 | |
| 27 | To compile this driver as a module, choose M here: the |
| 28 | module will be called ps3_gelic. |
| 29 | |
| 30 | config GELIC_WIRELESS |
| 31 | bool "PS3 Wireless support" |
| 32 | depends on GELIC_NET && WLAN |
| 33 | select WIRELESS_EXT |
| 34 | ---help--- |
| 35 | This option adds the support for the wireless feature of PS3. |
| 36 | If you have the wireless-less model of PS3 or have no plan to |
| 37 | use wireless feature, disabling this option saves memory. As |
| 38 | the driver automatically distinguishes the models, you can |
| 39 | safely enable this option even if you have a wireless-less model. |
| 40 | |
| 41 | config SPIDER_NET |
| 42 | tristate "Spider Gigabit Ethernet driver" |
Daniel Axtens | e076783 | 2015-04-14 15:28:44 +1000 | [diff] [blame] | 43 | depends on PCI && PPC_IBM_CELL_BLADE |
Jeff Kirsher | 8df158a | 2011-07-30 00:36:02 -0700 | [diff] [blame] | 44 | select FW_LOADER |
| 45 | select SUNGEM_PHY |
| 46 | ---help--- |
| 47 | This driver supports the Gigabit Ethernet chips present on the |
| 48 | Cell Processor-Based Blades from IBM. |
| 49 | |
| 50 | config TC35815 |
| 51 | tristate "TOSHIBA TC35815 Ethernet support" |
| 52 | depends on PCI && MIPS |
| 53 | select PHYLIB |
| 54 | |
| 55 | endif # NET_VENDOR_TOSHIBA |