Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Inaky Perez-Gonzalez | b0c83ae | 2008-12-23 16:18:24 -0800 | [diff] [blame] | 2 | # |
| 3 | # WiMAX LAN device configuration |
| 4 | # |
| 5 | |
| 6 | menuconfig WIMAX |
| 7 | tristate "WiMAX Wireless Broadband support" |
Johannes Berg | 0c0c9e7 | 2009-06-04 08:22:25 +0200 | [diff] [blame] | 8 | depends on RFKILL || !RFKILL |
Inaky Perez-Gonzalez | b0c83ae | 2008-12-23 16:18:24 -0800 | [diff] [blame] | 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 | |
| 25 | config 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. |