Kconfig 1.6 KB

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