usb: dwc3: add functions to set force mode
[firefly-linux-kernel-4.4.55.git] / drivers / misc / 3g_module / Kconfig
1 #
2 # 3G device configuration
3 #
4
5 menuconfig 3G_MODULE
6         tristate "3G module for mid"
7         ---help---
8           Say Y here if you have a support modem
9
10 choice
11         depends on 3G_MODULE
12         prompt  "Select 3G Module"
13
14     config MU509
15         bool "MU509"
16
17     config MT6229
18         bool "MT6229"
19
20     config MW100
21         bool "MW100"
22
23     config SEW868
24         bool "SEW868"   
25
26   
27
28
29 endchoice
30