blob: bf11a7fbfc516ebb9d131747a2ee44eac0757138 [file] [log] [blame]
Sage Ahn247e9cf2012-05-15 13:20:36 +09001#
2# GCT GDM72xx WiMAX driver configuration
3#
4
5menuconfig WIMAX_GDM72XX
6 tristate "GCT GDM72xx WiMAX support"
Ben Chan82ba9722013-06-03 22:55:38 -07007 depends on NET && (USB || MMC)
Sage Ahn247e9cf2012-05-15 13:20:36 +09008 help
Ben Chan10ebe3782014-07-02 01:26:48 -07009 Support a WiMAX module based on the GCT GDM72xx WiMAX chip.
Sage Ahn247e9cf2012-05-15 13:20:36 +090010
11if WIMAX_GDM72XX
12
13config WIMAX_GDM72XX_QOS
14 bool "Enable QoS support"
15 default n
Ben Chan10ebe3782014-07-02 01:26:48 -070016 help
17 Enable Quality of Service support based on the data protocol of
18 transmitting packets.
Sage Ahn247e9cf2012-05-15 13:20:36 +090019
20config WIMAX_GDM72XX_K_MODE
21 bool "Enable K mode"
22 default n
Ben Chan10ebe3782014-07-02 01:26:48 -070023 help
24 Enable support for proprietary functions for KT (Korea Telecom).
Sage Ahn247e9cf2012-05-15 13:20:36 +090025
26config WIMAX_GDM72XX_WIMAX2
Ben Chane7400ab2013-06-03 22:55:39 -070027 bool "Enable WiMAX2 support"
Sage Ahn247e9cf2012-05-15 13:20:36 +090028 default n
Ben Chan10ebe3782014-07-02 01:26:48 -070029 help
30 Enable support for transmitting multiple packets (packet
31 aggregation) from the WiMAX module to the host processor.
Sage Ahn247e9cf2012-05-15 13:20:36 +090032
33choice
34 prompt "Select interface"
35
36config WIMAX_GDM72XX_USB
37 bool "USB interface"
Ben Chan82ba9722013-06-03 22:55:38 -070038 depends on (USB = y || USB = WIMAX_GDM72XX)
Ben Chan10ebe3782014-07-02 01:26:48 -070039 help
40 Select this option if the WiMAX module interfaces with the host
41 processor via USB.
Sage Ahn247e9cf2012-05-15 13:20:36 +090042
43config WIMAX_GDM72XX_SDIO
44 bool "SDIO interface"
Ben Chan82ba9722013-06-03 22:55:38 -070045 depends on (MMC = y || MMC = WIMAX_GDM72XX)
Ben Chan10ebe3782014-07-02 01:26:48 -070046 help
47 Select this option if the WiMAX module interfaces with the host
48 processor via SDIO.
Sage Ahn247e9cf2012-05-15 13:20:36 +090049
50endchoice
51
52if WIMAX_GDM72XX_USB
53
54config WIMAX_GDM72XX_USB_PM
Ben Chane7400ab2013-06-03 22:55:39 -070055 bool "Enable power management support"
Rafael J. Wysocki1b3e3aa2014-12-13 00:44:04 +010056 depends on PM
Ben Chan10ebe3782014-07-02 01:26:48 -070057 help
58 Enable USB power management in order to reduce power consumption
59 while the interface is not in use.
Sage Ahn247e9cf2012-05-15 13:20:36 +090060
61endif # WIMAX_GDM72XX_USB
62
63endif # WIMAX_GDM72XX