blob: 3c18efe3136575ab20559923881ad44da9bd0835 [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"
Randy Dunlap622d4212012-05-17 09:14:24 -07007 depends on NET
Sage Ahn247e9cf2012-05-15 13:20:36 +09008 help
9 Support for the GCT GDM72xx WiMAX chip
10
11if WIMAX_GDM72XX
12
13config WIMAX_GDM72XX_QOS
14 bool "Enable QoS support"
15 default n
16
17config WIMAX_GDM72XX_K_MODE
18 bool "Enable K mode"
19 default n
20
21config WIMAX_GDM72XX_WIMAX2
22 bool "Enable WIMAX2 support"
23 default n
24
25choice
26 prompt "Select interface"
27
28config WIMAX_GDM72XX_USB
29 bool "USB interface"
30 depends on USB
31
32config WIMAX_GDM72XX_SDIO
33 bool "SDIO interface"
34 depends on MMC
35
36endchoice
37
38if WIMAX_GDM72XX_USB
39
40config WIMAX_GDM72XX_USB_PM
41 bool "Enable power managerment support"
Geert Uytterhoevendd4f5212012-05-16 21:47:40 +020042 depends on USB_SUSPEND
Sage Ahn247e9cf2012-05-15 13:20:36 +090043
44endif # WIMAX_GDM72XX_USB
45
46endif # WIMAX_GDM72XX