Kconfig 1008 B

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