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