···11+#22+# WiMAX LAN device drivers configuration33+#44+55+66+comment "Enable WiMAX (Networking options) to see the WiMAX drivers"77+ depends on WIMAX = n88+99+if WIMAX1010+1111+menu "WiMAX Wireless Broadband devices"1212+1313+source "drivers/net/wimax/i2400m/Kconfig"1414+1515+endmenu1616+1717+endif
+5
drivers/net/wimax/Makefile
···11+22+obj-$(CONFIG_WIMAX_I2400M) += i2400m/33+44+# (from Sam Ravnborg) force kbuild to create built-in.o55+obj- := dummy.o
+49
drivers/net/wimax/i2400m/Kconfig
···11+22+config WIMAX_I2400M33+ tristate44+ depends on WIMAX55+ select FW_LOADER66+77+comment "Enable USB support to see WiMAX USB drivers"88+ depends on USB = n99+1010+comment "Enable MMC support to see WiMAX SDIO drivers"1111+ depends on MMC = n1212+1313+config WIMAX_I2400M_USB1414+ tristate "Intel Wireless WiMAX Connection 2400 over USB (including 5x50)"1515+ depends on WIMAX && USB1616+ select WIMAX_I2400M1717+ help1818+ Select if you have a device based on the Intel WiMAX1919+ Connection 2400 over USB (like any of the Intel Wireless2020+ WiMAX/WiFi Link 5x50 series).2121+2222+ If unsure, it is safe to select M (module).2323+2424+config WIMAX_I2400M_SDIO2525+ tristate "Intel Wireless WiMAX Connection 2400 over SDIO"2626+ depends on WIMAX && MMC2727+ select WIMAX_I2400M2828+ help2929+ Select if you have a device based on the Intel WiMAX3030+ Connection 2400 over SDIO.3131+3232+ If unsure, it is safe to select M (module).3333+3434+config WIMAX_I2400M_DEBUG_LEVEL3535+ int "WiMAX i2400m debug level"3636+ depends on WIMAX_I2400M3737+ default 83838+ help3939+4040+ Select the maximum debug verbosity level to be compiled into4141+ the WiMAX i2400m driver code.4242+4343+ By default, this is disabled at runtime and can be4444+ selectively enabled at runtime for different parts of the4545+ code using the sysfs debug-levels file.4646+4747+ If set at zero, this will compile out all the debug code.4848+4949+ It is recommended that it is left at 8.