2 # GCT GDM72xx WiMAX driver configuration
5 menuconfig WIMAX_GDM72XX
6 tristate "GCT GDM72xx WiMAX support"
7 depends on NET && (USB || MMC)
9 Support a WiMAX module based on the GCT GDM72xx WiMAX chip.
13 config WIMAX_GDM72XX_QOS
14 bool "Enable QoS support"
17 Enable Quality of Service support based on the data protocol of
20 config WIMAX_GDM72XX_K_MODE
24 Enable support for proprietary functions for KT (Korea Telecom).
26 config WIMAX_GDM72XX_WIMAX2
27 bool "Enable WiMAX2 support"
30 Enable support for transmitting multiple packets (packet
31 aggregation) from the WiMAX module to the host processor.
34 prompt "Select interface"
36 config WIMAX_GDM72XX_USB
38 depends on (USB = y || USB = WIMAX_GDM72XX)
40 Select this option if the WiMAX module interfaces with the host
43 config WIMAX_GDM72XX_SDIO
45 depends on (MMC = y || MMC = WIMAX_GDM72XX)
47 Select this option if the WiMAX module interfaces with the host
54 config WIMAX_GDM72XX_USB_PM
55 bool "Enable power management support"
58 Enable USB power management in order to reduce power consumption
59 while the interface is not in use.
61 endif # WIMAX_GDM72XX_USB