# SPDX-License-Identifier: GPL-2.0-only # # Toshiba network device configuration # config [31mCONFIG_NET_VENDOR_TOSHIBA[0m bool "Toshiba devices" default y depends on [31mCONFIG_PCI[0m && ([31mCONFIG_PPC_IBM_CELL_BLADE[0m || [31mCONFIG_MIPS[0m) || [31mCONFIG_PPC_PS3[0m ---help--- If you have a network (Ethernet) card belonging to this class, say Y. Note that the answer to this question doesn't directly affect the kernel: saying N will just cause the configurator to skip all the questions about Toshiba cards. If you say Y, you will be asked for your specific card in the following questions. if [31mCONFIG_NET_VENDOR_TOSHIBA[0m config [31mCONFIG_GELIC_NET[0m tristate "PS3 Gigabit Ethernet driver" depends on [31mCONFIG_PPC_PS3[0m select [31mCONFIG_PS3_SYS_MANAGER[0m ---help--- This driver supports the network device on the PS3 game console. This driver has built-in support for Ethernet. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called ps3_gelic. config [31mCONFIG_GELIC_WIRELESS[0m bool "PS3 Wireless support" depends on [31mCONFIG_GELIC_NET[0m && [31mCONFIG_WLAN[0m select [31mCONFIG_WIRELESS_EXT[0m ---help--- This option adds the support for the wireless feature of PS3. If you have the wireless-less model of PS3 or have no plan to use wireless feature, disabling this option saves memory. As the driver automatically distinguishes the models, you can safely enable this option even if you have a wireless-less model. config [31mCONFIG_SPIDER_NET[0m tristate "Spider Gigabit Ethernet driver" depends on [31mCONFIG_PCI[0m && [31mCONFIG_PPC_IBM_CELL_BLADE[0m select [31mCONFIG_FW_LOADER[0m select [31mCONFIG_SUNGEM_PHY[0m ---help--- This driver supports the Gigabit Ethernet chips present on the Cell Processor-Based Blades from IBM. config [31mCONFIG_TC35815[0m tristate "TOSHIBA TC35815 Ethernet support" depends on [31mCONFIG_PCI[0m && [31mCONFIG_MIPS[0m select [31mCONFIG_PHYLIB[0m endif # [31mCONFIG_NET_VENDOR_TOSHIBA[0m |