Kconfig 1.6 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 (EXPERIMENTAL)"
  28. depends on WIMAX_I2400M_SDIO
  29. depends on EXPERIMENTAL
  30. select IWMC3200TOP
  31. help
  32. Select if you have a device based on the Intel Multicom WiMAX
  33. Connection 3200 over SDIO.
  34. config WIMAX_I2400M_DEBUG_LEVEL
  35. int "WiMAX i2400m debug level"
  36. depends on WIMAX_I2400M
  37. default 8
  38. help
  39. Select the maximum debug verbosity level to be compiled into
  40. the WiMAX i2400m driver code.
  41. By default, this is disabled at runtime and can be
  42. selectively enabled at runtime for different parts of the
  43. code using the sysfs debug-levels file.
  44. If set at zero, this will compile out all the debug code.
  45. It is recommended that it is left at 8.