Kconfig 961 B

123456789101112131415161718192021222324252627282930313233343536
  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. config WIMAX_I2400M_USB
  8. tristate "Intel Wireless WiMAX Connection 2400 over USB (including 5x50)"
  9. depends on WIMAX && USB
  10. select WIMAX_I2400M
  11. help
  12. Select if you have a device based on the Intel WiMAX
  13. Connection 2400 over USB (like any of the Intel Wireless
  14. WiMAX/WiFi Link 5x50 series).
  15. If unsure, it is safe to select M (module).
  16. config WIMAX_I2400M_DEBUG_LEVEL
  17. int "WiMAX i2400m debug level"
  18. depends on WIMAX_I2400M
  19. default 8
  20. help
  21. Select the maximum debug verbosity level to be compiled into
  22. the WiMAX i2400m driver code.
  23. By default, this is disabled at runtime and can be
  24. selectively enabled at runtime for different parts of the
  25. code using the sysfs debug-levels file.
  26. If set at zero, this will compile out all the debug code.
  27. It is recommended that it is left at 8.