Files
linux/drivers/misc/3g_module/Kconfig
xxh 401e7f1d2f 3G modem driver for 4.2.2
1.the driver is copy form 4.1
       2.mu509,mt6229,mw100,sew868
       3.other modem use rk29_modem_config
2013-03-29 18:26:44 +08:00

31 lines
354 B
Plaintext
Executable File

#
# 3G device configuration
#
menuconfig 3G_MODULE
tristate "3G module for mid"
---help---
Say Y here if you have a support modem
choice
depends on 3G_MODULE
prompt "Select 3G Module"
config MU509
bool "MU509"
config MT6229
bool "MT6229"
config MW100
bool "MW100"
config SEW868
bool "SEW868"
endchoice