162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 262306a36Sopenharmony_ci# 362306a36Sopenharmony_ci# Toshiba network device configuration 462306a36Sopenharmony_ci# 562306a36Sopenharmony_ci 662306a36Sopenharmony_ciconfig NET_VENDOR_TOSHIBA 762306a36Sopenharmony_ci bool "Toshiba devices" 862306a36Sopenharmony_ci default y 962306a36Sopenharmony_ci depends on PCI && (PPC_IBM_CELL_BLADE || MIPS) || PPC_PS3 1062306a36Sopenharmony_ci help 1162306a36Sopenharmony_ci If you have a network (Ethernet) card belonging to this class, say Y. 1262306a36Sopenharmony_ci 1362306a36Sopenharmony_ci Note that the answer to this question doesn't directly affect the 1462306a36Sopenharmony_ci kernel: saying N will just cause the configurator to skip all 1562306a36Sopenharmony_ci the questions about Toshiba cards. If you say Y, you will be asked 1662306a36Sopenharmony_ci for your specific card in the following questions. 1762306a36Sopenharmony_ci 1862306a36Sopenharmony_ciif NET_VENDOR_TOSHIBA 1962306a36Sopenharmony_ci 2062306a36Sopenharmony_ciconfig GELIC_NET 2162306a36Sopenharmony_ci tristate "PS3 Gigabit Ethernet driver" 2262306a36Sopenharmony_ci depends on PPC_PS3 2362306a36Sopenharmony_ci select PS3_SYS_MANAGER 2462306a36Sopenharmony_ci help 2562306a36Sopenharmony_ci This driver supports the network device on the PS3 game 2662306a36Sopenharmony_ci console. This driver has built-in support for Ethernet. 2762306a36Sopenharmony_ci 2862306a36Sopenharmony_ci To compile this driver as a module, choose M here: the 2962306a36Sopenharmony_ci module will be called ps3_gelic. 3062306a36Sopenharmony_ci 3162306a36Sopenharmony_ciconfig GELIC_WIRELESS 3262306a36Sopenharmony_ci bool "PS3 Wireless support" 3362306a36Sopenharmony_ci depends on GELIC_NET && WLAN 3462306a36Sopenharmony_ci select WIRELESS_EXT 3562306a36Sopenharmony_ci help 3662306a36Sopenharmony_ci This option adds the support for the wireless feature of PS3. 3762306a36Sopenharmony_ci If you have the wireless-less model of PS3 or have no plan to 3862306a36Sopenharmony_ci use wireless feature, disabling this option saves memory. As 3962306a36Sopenharmony_ci the driver automatically distinguishes the models, you can 4062306a36Sopenharmony_ci safely enable this option even if you have a wireless-less model. 4162306a36Sopenharmony_ci 4262306a36Sopenharmony_ciconfig SPIDER_NET 4362306a36Sopenharmony_ci tristate "Spider Gigabit Ethernet driver" 4462306a36Sopenharmony_ci depends on PCI && PPC_IBM_CELL_BLADE 4562306a36Sopenharmony_ci select FW_LOADER 4662306a36Sopenharmony_ci select SUNGEM_PHY 4762306a36Sopenharmony_ci help 4862306a36Sopenharmony_ci This driver supports the Gigabit Ethernet chips present on the 4962306a36Sopenharmony_ci Cell Processor-Based Blades from IBM. 5062306a36Sopenharmony_ci 5162306a36Sopenharmony_ciconfig TC35815 5262306a36Sopenharmony_ci tristate "TOSHIBA TC35815 Ethernet support" 5362306a36Sopenharmony_ci depends on PCI && MIPS 5462306a36Sopenharmony_ci select PHYLIB 5562306a36Sopenharmony_ci 5662306a36Sopenharmony_ciendif # NET_VENDOR_TOSHIBA 57