Inaky Perez-Gonzalez | 143ee2d | 2008-12-23 16:18:48 -0800 | [diff] [blame] | 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 | comment "Enable MMC support to see WiMAX SDIO drivers" |
| 11 | depends on MMC = n |
| 12 | |
| 13 | config WIMAX_I2400M_USB |
| 14 | tristate "Intel Wireless WiMAX Connection 2400 over USB (including 5x50)" |
| 15 | depends on WIMAX && USB |
| 16 | select WIMAX_I2400M |
| 17 | help |
| 18 | Select if you have a device based on the Intel WiMAX |
| 19 | Connection 2400 over USB (like any of the Intel Wireless |
| 20 | WiMAX/WiFi Link 5x50 series). |
| 21 | |
| 22 | If unsure, it is safe to select M (module). |
| 23 | |
| 24 | config WIMAX_I2400M_SDIO |
| 25 | tristate "Intel Wireless WiMAX Connection 2400 over SDIO" |
| 26 | depends on WIMAX && MMC |
| 27 | select WIMAX_I2400M |
| 28 | help |
| 29 | Select if you have a device based on the Intel WiMAX |
| 30 | Connection 2400 over SDIO. |
| 31 | |
| 32 | If unsure, it is safe to select M (module). |
| 33 | |
Tomas Winkler | ce5eb7a | 2009-10-17 09:09:36 +0000 | [diff] [blame] | 34 | config WIMAX_IWMC3200_SDIO |
| 35 | bool "Intel Wireless Multicom WiMAX Connection 3200 over SDIO" |
| 36 | depends on WIMAX_I2400M_SDIO |
| 37 | select IWMC3200TOP |
| 38 | help |
| 39 | Select if you have a device based on the Intel Multicom WiMAX |
| 40 | Connection 3200 over SDIO. |
| 41 | |
Inaky Perez-Gonzalez | 143ee2d | 2008-12-23 16:18:48 -0800 | [diff] [blame] | 42 | config WIMAX_I2400M_DEBUG_LEVEL |
| 43 | int "WiMAX i2400m debug level" |
| 44 | depends on WIMAX_I2400M |
| 45 | default 8 |
| 46 | help |
| 47 | |
| 48 | Select the maximum debug verbosity level to be compiled into |
| 49 | the WiMAX i2400m driver code. |
| 50 | |
| 51 | By default, this is disabled at runtime and can be |
| 52 | selectively enabled at runtime for different parts of the |
| 53 | code using the sysfs debug-levels file. |
| 54 | |
| 55 | If set at zero, this will compile out all the debug code. |
| 56 | |
| 57 | It is recommended that it is left at 8. |