mirror of
https://github.com/armbian/linux.git
synced 2026-01-06 10:13:00 -08:00
1.the driver is copy form 4.1
2.mu509,mt6229,mw100,sew868
3.other modem use rk29_modem_config
31 lines
354 B
Plaintext
Executable File
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
|
|
|