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