# SPDX-License-Identifier: GPL-2.0-only config [31mCONFIG_WIMAX_I2400M[0m tristate depends on [31mCONFIG_WIMAX[0m select [31mCONFIG_FW_LOADER[0m comment "Enable USB support to see WiMAX USB drivers" depends on [31mCONFIG_USB[0m = n config [31mCONFIG_WIMAX_I2400M_USB[0m tristate "Intel Wireless WiMAX Connection 2400 over USB (including 5x50)" depends on [31mCONFIG_WIMAX[0m && [31mCONFIG_USB[0m select [31mCONFIG_WIMAX_I2400M[0m help Select if you have a device based on the Intel WiMAX Connection 2400 over [31mCONFIG_USB[0m (like any of the Intel Wireless WiMAX/WiFi Link 5x50 series). If unsure, it is safe to select [31mCONFIG_M[0m (module). config [31mCONFIG_WIMAX_I2400M_DEBUG_LEVEL[0m int "WiMAX i2400m debug level" depends on [31mCONFIG_WIMAX_I2400M[0m default 8 help Select the maximum debug verbosity level to be compiled into the WiMAX i2400m driver code. By default, this is disabled at runtime and can be selectively enabled at runtime for different parts of the code using the sysfs debug-levels file. If set at zero, this will compile out all the debug code. It is recommended that it is left at 8. |