Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # Toshiba network device configuration
0004 #
0005 
0006 config NET_VENDOR_TOSHIBA
0007         bool "Toshiba devices"
0008         default y
0009         depends on PCI && (PPC_IBM_CELL_BLADE || MIPS) || PPC_PS3
0010         help
0011           If you have a network (Ethernet) card belonging to this class, say Y.
0012 
0013           Note that the answer to this question doesn't directly affect the
0014           kernel: saying N will just cause the configurator to skip all
0015           the questions about Toshiba cards. If you say Y, you will be asked
0016           for your specific card in the following questions.
0017 
0018 if NET_VENDOR_TOSHIBA
0019 
0020 config GELIC_NET
0021         tristate "PS3 Gigabit Ethernet driver"
0022         depends on PPC_PS3
0023         select PS3_SYS_MANAGER
0024         help
0025           This driver supports the network device on the PS3 game
0026           console.  This driver has built-in support for Ethernet.
0027 
0028           To compile this driver as a module, choose M here: the
0029           module will be called ps3_gelic.
0030 
0031 config GELIC_WIRELESS
0032         bool "PS3 Wireless support"
0033         depends on GELIC_NET && WLAN
0034         select WIRELESS_EXT
0035         help
0036           This option adds the support for the wireless feature of PS3.
0037           If you have the wireless-less model of PS3 or have no plan to
0038           use wireless feature, disabling this option saves memory.  As
0039           the driver automatically distinguishes the models, you can
0040           safely enable this option even if you have a wireless-less model.
0041 
0042 config SPIDER_NET
0043         tristate "Spider Gigabit Ethernet driver"
0044         depends on PCI && PPC_IBM_CELL_BLADE
0045         select FW_LOADER
0046         select SUNGEM_PHY
0047         help
0048           This driver supports the Gigabit Ethernet chips present on the
0049           Cell Processor-Based Blades from IBM.
0050 
0051 config TC35815
0052         tristate "TOSHIBA TC35815 Ethernet support"
0053         depends on PCI && MIPS
0054         select PHYLIB
0055 
0056 endif # NET_VENDOR_TOSHIBA