Kconfig 1.8 KB

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