]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/staging/gdm72xx/Kconfig
staging: gdm72xx: Add GCT GDM72xx WiMAX driver.
[karo-tx-linux.git] / drivers / staging / gdm72xx / Kconfig
1 #
2 # GCT GDM72xx WiMAX driver configuration
3 #
4
5 menuconfig WIMAX_GDM72XX
6         tristate "GCT GDM72xx WiMAX support"
7         help
8           Support for the GCT GDM72xx WiMAX chip
9
10 if WIMAX_GDM72XX
11
12 config WIMAX_GDM72XX_QOS
13         bool "Enable QoS support"
14         default n
15
16 config WIMAX_GDM72XX_K_MODE
17         bool "Enable K mode"
18         default n
19
20 config WIMAX_GDM72XX_WIMAX2
21         bool "Enable WIMAX2 support"
22         default n
23
24 choice
25         prompt "Select interface"
26
27 config WIMAX_GDM72XX_USB
28         bool "USB interface"
29         depends on USB
30
31 config WIMAX_GDM72XX_SDIO
32         bool "SDIO interface"
33         depends on MMC
34
35 endchoice
36
37 if WIMAX_GDM72XX_USB
38
39 config WIMAX_GDM72XX_USB_PM
40         bool "Enable power managerment support"
41         default n
42
43 endif # WIMAX_GDM72XX_USB
44
45 endif # WIMAX_GDM72XX