Kconfig 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. config WIMAX_I2400M
  2. tristate
  3. depends on WIMAX
  4. select FW_LOADER
  5. comment "Enable USB support to see WiMAX USB drivers"
  6. depends on USB = n
  7. comment "Enable MMC support to see WiMAX SDIO drivers"
  8. depends on MMC = n
  9. config WIMAX_I2400M_USB
  10. tristate "Intel Wireless WiMAX Connection 2400 over USB (including 5x50)"
  11. depends on WIMAX && USB
  12. select WIMAX_I2400M
  13. help
  14. Select if you have a device based on the Intel WiMAX
  15. Connection 2400 over USB (like any of the Intel Wireless
  16. WiMAX/WiFi Link 5x50 series).
  17. If unsure, it is safe to select M (module).
  18. config WIMAX_I2400M_SDIO
  19. tristate "Intel Wireless WiMAX Connection 2400 over SDIO"
  20. depends on WIMAX && MMC
  21. select WIMAX_I2400M
  22. help
  23. Select if you have a device based on the Intel WiMAX
  24. Connection 2400 over SDIO.
  25. If unsure, it is safe to select M (module).
  26. config WIMAX_IWMC3200_SDIO
  27. bool "Intel Wireless Multicom WiMAX Connection 3200 over SDIO"
  28. depends on WIMAX_I2400M_SDIO
  29. select IWMC3200TOP
  30. help
  31. Select if you have a device based on the Intel Multicom WiMAX
  32. Connection 3200 over SDIO.
  33. config WIMAX_I2400M_DEBUG_LEVEL
  34. int "WiMAX i2400m debug level"
  35. depends on WIMAX_I2400M
  36. default 8
  37. help
  38. Select the maximum debug verbosity level to be compiled into
  39. the WiMAX i2400m driver code.
  40. By default, this is disabled at runtime and can be
  41. selectively enabled at runtime for different parts of the
  42. code using the sysfs debug-levels file.
  43. If set at zero, this will compile out all the debug code.
  44. It is recommended that it is left at 8.