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