mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-11 07:28:10 +09:00
Change-Id: I754250669891307b0deab2bdab1bd01512713f79 Signed-off-by: Tao Huang <huangtao@rock-chips.com>
32 lines
389 B
Plaintext
32 lines
389 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# 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
|
|
|