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