Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[deliverable/linux.git] / drivers / net / wimax / i2400m / Kconfig
1
2 config WIMAX_I2400M
3 tristate
4 depends on WIMAX
5 select FW_LOADER
6
7 comment "Enable USB support to see WiMAX USB drivers"
8 depends on USB = n
9
10 config WIMAX_I2400M_USB
11 tristate "Intel Wireless WiMAX Connection 2400 over USB (including 5x50)"
12 depends on WIMAX && USB
13 select WIMAX_I2400M
14 help
15 Select if you have a device based on the Intel WiMAX
16 Connection 2400 over USB (like any of the Intel Wireless
17 WiMAX/WiFi Link 5x50 series).
18
19 If unsure, it is safe to select M (module).
20
21 config WIMAX_I2400M_DEBUG_LEVEL
22 int "WiMAX i2400m debug level"
23 depends on WIMAX_I2400M
24 default 8
25 help
26
27 Select the maximum debug verbosity level to be compiled into
28 the WiMAX i2400m driver code.
29
30 By default, this is disabled at runtime and can be
31 selectively enabled at runtime for different parts of the
32 code using the sysfs debug-levels file.
33
34 If set at zero, this will compile out all the debug code.
35
36 It is recommended that it is left at 8.
This page took 0.036772 seconds and 5 git commands to generate.