Files
linux/drivers/misc/3g_module/Kconfig
Tao Huang f9eefeeaa7 rk: add SPDX license identifier to files with no license
Change-Id: I754250669891307b0deab2bdab1bd01512713f79
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
2018-01-31 20:56:06 +08:00

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