Merge remote-tracking branch 'stable/linux-3.0.y' into develop-3.0
[firefly-linux-kernel-4.4.55.git] / drivers / misc / rk29_modem / Kconfig
1 #
2 # USB Serial device configuration
3 #
4
5 menuconfig RK29_SUPPORT_MODEM
6         tristate "RK29 support Modem"
7 #       depends on USB11_HOST_EN
8         ---help---
9           Say Y here if you have a support modem
10
11 choice
12         depends on RK29_SUPPORT_MODEM
13         prompt  "Select 3G Modem"
14
15     config MODEM_ROCKCHIP_DEMO
16         bool "ROCKCHIP_GENERAL_MODEM_DEVICE"
17
18     config MODEM_LONGCHEER_U6300V
19         bool "LONGCHEER_U6300V"
20
21     config MODEM_THINKWILL_MW100G
22         bool "THINKWILL_MW100G"
23
24 endchoice
25