57 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Toshiba network device configuration4#5 6config NET_VENDOR_TOSHIBA7 bool "Toshiba devices"8 default y9 depends on PCI && (PPC_IBM_CELL_BLADE || MIPS) || PPC_PS310 help11 If you have a network (Ethernet) card belonging to this class, say Y.12 13 Note that the answer to this question doesn't directly affect the14 kernel: saying N will just cause the configurator to skip all15 the questions about Toshiba cards. If you say Y, you will be asked16 for your specific card in the following questions.17 18if NET_VENDOR_TOSHIBA19 20config GELIC_NET21 tristate "PS3 Gigabit Ethernet driver"22 depends on PPC_PS323 select PS3_SYS_MANAGER24 help25 This driver supports the network device on the PS3 game26 console. This driver has built-in support for Ethernet.27 28 To compile this driver as a module, choose M here: the29 module will be called ps3_gelic.30 31config GELIC_WIRELESS32 bool "PS3 Wireless support"33 depends on GELIC_NET && WLAN34 select WIRELESS_EXT35 help36 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 to38 use wireless feature, disabling this option saves memory. As39 the driver automatically distinguishes the models, you can40 safely enable this option even if you have a wireless-less model.41 42config SPIDER_NET43 tristate "Spider Gigabit Ethernet driver"44 depends on PCI && PPC_IBM_CELL_BLADE45 select FW_LOADER46 select SUNGEM_PHY47 help48 This driver supports the Gigabit Ethernet chips present on the49 Cell Processor-Based Blades from IBM.50 51config TC3581552 tristate "TOSHIBA TC35815 Ethernet support"53 depends on PCI && MIPS54 select PHYLIB55 56endif # NET_VENDOR_TOSHIBA57