Kconfig 1.7 KB

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