Kconfig 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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_I2400M_DEBUG_LEVEL
  27. int "WiMAX i2400m debug level"
  28. depends on WIMAX_I2400M
  29. default 8
  30. help
  31. Select the maximum debug verbosity level to be compiled into
  32. the WiMAX i2400m driver code.
  33. By default, this is disabled at runtime and can be
  34. selectively enabled at runtime for different parts of the
  35. code using the sysfs debug-levels file.
  36. If set at zero, this will compile out all the debug code.
  37. It is recommended that it is left at 8.