]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - drivers/net/wimax/i2400m/Kconfig
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-jammy-kernel.git] / drivers / net / wimax / i2400m / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
143ee2d5
IPG
2
3config WIMAX_I2400M
4 tristate
5 depends on WIMAX
6 select FW_LOADER
7
8comment "Enable USB support to see WiMAX USB drivers"
9 depends on USB = n
10
143ee2d5
IPG
11config WIMAX_I2400M_USB
12 tristate "Intel Wireless WiMAX Connection 2400 over USB (including 5x50)"
13 depends on WIMAX && USB
14 select WIMAX_I2400M
15 help
16 Select if you have a device based on the Intel WiMAX
17 Connection 2400 over USB (like any of the Intel Wireless
18 WiMAX/WiFi Link 5x50 series).
19
20 If unsure, it is safe to select M (module).
21
143ee2d5
IPG
22config WIMAX_I2400M_DEBUG_LEVEL
23 int "WiMAX i2400m debug level"
24 depends on WIMAX_I2400M
25 default 8
26 help
27
28 Select the maximum debug verbosity level to be compiled into
29 the WiMAX i2400m driver code.
30
31 By default, this is disabled at runtime and can be
32 selectively enabled at runtime for different parts of the
33 code using the sysfs debug-levels file.
34
35 If set at zero, this will compile out all the debug code.
36
37 It is recommended that it is left at 8.