Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
[linux-2.6.git] / drivers / staging / gdm72xx / Kconfig
blob69059138de4ab334b96f44b63599be2ddceed7e9
2 # GCT GDM72xx WiMAX driver configuration
5 menuconfig WIMAX_GDM72XX
6         tristate "GCT GDM72xx WiMAX support"
7         depends on NET
8         help
9           Support for the GCT GDM72xx WiMAX chip
11 if WIMAX_GDM72XX
13 config WIMAX_GDM72XX_QOS
14         bool "Enable QoS support"
15         default n
17 config WIMAX_GDM72XX_K_MODE
18         bool "Enable K mode"
19         default n
21 config WIMAX_GDM72XX_WIMAX2
22         bool "Enable WIMAX2 support"
23         default n
25 choice
26         prompt "Select interface"
28 config WIMAX_GDM72XX_USB
29         bool "USB interface"
30         depends on USB
32 config WIMAX_GDM72XX_SDIO
33         bool "SDIO interface"
34         depends on MMC
36 endchoice
38 if WIMAX_GDM72XX_USB
40 config WIMAX_GDM72XX_USB_PM
41         bool "Enable power managerment support"
42         depends on PM_RUNTIME
44 endif # WIMAX_GDM72XX_USB
46 endif # WIMAX_GDM72XX