Kconfig 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # WiMAX LAN device configuration
  4. #
  5. menuconfig WIMAX
  6. tristate "WiMAX Wireless Broadband support"
  7. depends on RFKILL || !RFKILL
  8. help
  9. Select to configure support for devices that provide
  10. wireless broadband connectivity using the WiMAX protocol
  11. (IEEE 802.16).
  12. Please note that most of these devices require signing up
  13. for a service plan with a provider.
  14. The different WiMAX drivers can be enabled in the menu entry
  15. Device Drivers > Network device support > WiMAX Wireless
  16. Broadband devices
  17. If unsure, it is safe to select M (module).
  18. config WIMAX_DEBUG_LEVEL
  19. int "WiMAX debug level"
  20. depends on WIMAX
  21. default 8
  22. help
  23. Select the maximum debug verbosity level to be compiled into
  24. the WiMAX stack code.
  25. By default, debug messages are disabled at runtime and can
  26. be selectively enabled for different parts of the code using
  27. the sysfs debug-levels file.
  28. If set at zero, this will compile out all the debug code.
  29. It is recommended that it is left at 8.