Kconfig 978 B

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