initramfs: fix initramfs size calculation
[linux-drm-fsl-dcu.git] / net / wimax / Kconfig
1 #
2 # WiMAX LAN device configuration
3 #
4
5 menuconfig WIMAX
6         tristate "WiMAX Wireless Broadband support"
7         depends on RFKILL || !RFKILL
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.