Kconfig 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. config P54_COMMON
  2. tristate "Softmac Prism54 support"
  3. depends on MAC80211 && EXPERIMENTAL
  4. select FW_LOADER
  5. select CRC_CCITT
  6. ---help---
  7. This is common code for isl38xx/stlc45xx based modules.
  8. This module does nothing by itself - the USB/PCI/SPI front-ends
  9. also need to be enabled in order to support any devices.
  10. These devices require softmac firmware which can be found at
  11. http://prism54.org/
  12. If you choose to build a module, it'll be called p54common.
  13. config P54_USB
  14. tristate "Prism54 USB support"
  15. depends on P54_COMMON && USB
  16. select CRC32
  17. ---help---
  18. This driver is for USB isl38xx based wireless cards.
  19. These devices require softmac firmware which can be found at
  20. http://prism54.org/
  21. If you choose to build a module, it'll be called p54usb.
  22. config P54_PCI
  23. tristate "Prism54 PCI support"
  24. depends on P54_COMMON && PCI
  25. ---help---
  26. This driver is for PCI isl38xx based wireless cards.
  27. This driver supports most devices that are supported by the
  28. fullmac prism54 driver plus many devices which are not
  29. supported by the fullmac driver/firmware.
  30. This driver requires softmac firmware which can be found at
  31. http://prism54.org/
  32. If you choose to build a module, it'll be called p54pci.
  33. config P54_SPI
  34. tristate "Prism54 SPI (stlc45xx) support"
  35. depends on P54_COMMON && SPI_MASTER && GENERIC_HARDIRQS
  36. ---help---
  37. This driver is for stlc4550 or stlc4560 based wireless chips.
  38. This driver is experimental, untested and will probably only work on
  39. Nokia's N800/N810 Portable Internet Tablet.
  40. If you choose to build a module, it'll be called p54spi.
  41. config P54_LEDS
  42. bool
  43. depends on P54_COMMON && MAC80211_LEDS && (LEDS_CLASS = y || LEDS_CLASS = P54_COMMON)
  44. default y