Kconfig 1.7 KB

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