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