Kconfig 1001 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config WIMAX_I2400M
  3. tristate
  4. depends on WIMAX
  5. select FW_LOADER
  6. comment "Enable USB support to see WiMAX USB drivers"
  7. depends on USB = n
  8. config WIMAX_I2400M_USB
  9. tristate "Intel Wireless WiMAX Connection 2400 over USB (including 5x50)"
  10. depends on WIMAX && USB
  11. select WIMAX_I2400M
  12. help
  13. Select if you have a device based on the Intel WiMAX
  14. Connection 2400 over USB (like any of the Intel Wireless
  15. WiMAX/WiFi Link 5x50 series).
  16. If unsure, it is safe to select M (module).
  17. config WIMAX_I2400M_DEBUG_LEVEL
  18. int "WiMAX i2400m debug level"
  19. depends on WIMAX_I2400M
  20. default 8
  21. help
  22. Select the maximum debug verbosity level to be compiled into
  23. the WiMAX i2400m driver code.
  24. By default, this is disabled at runtime and can be
  25. selectively enabled at runtime for different parts of the
  26. code using the sysfs debug-levels file.
  27. If set at zero, this will compile out all the debug code.
  28. It is recommended that it is left at 8.