aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/modem_if/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/misc/modem_if/Kconfig')
-rw-r--r--drivers/misc/modem_if/Kconfig21
1 files changed, 21 insertions, 0 deletions
diff --git a/drivers/misc/modem_if/Kconfig b/drivers/misc/modem_if/Kconfig
index 6a6eeab..a425439 100644
--- a/drivers/misc/modem_if/Kconfig
+++ b/drivers/misc/modem_if/Kconfig
@@ -24,11 +24,21 @@ config CDMA_MODEM_CBP72
depends on SEC_MODEM
default n
+config CDMA_MODEM_CBP82
+ bool "modem chip : VIA CBP8.2"
+ depends on SEC_MODEM
+ default n
+
config LTE_MODEM_CMC221
bool "modem chip : SEC CMC221"
depends on SEC_MODEM
default n
+config UMTS_MODEM_SS222
+ bool "modem chip : SEC SS222"
+ depends on SEC_MODEM
+ default n
+
config CDMA_MODEM_MDM6600
bool "modem chip : QC MDM6600"
depends on SEC_MODEM
@@ -44,6 +54,11 @@ config GSM_MODEM_ESC6270
depends on SEC_MODEM
default n
+config CDMA_MODEM_QSC6085
+ bool "modem chip : Qualcomm QSC6085"
+ depends on SEC_MODEM
+ default n
+
config LINK_DEVICE_MIPI
bool "modem driver link device MIPI-HSI"
depends on SEC_MODEM
@@ -58,6 +73,7 @@ config LINK_DEVICE_PLD
bool "modem driver link device PLD"
depends on SEC_MODEM
default n
+
config LINK_DEVICE_USB
bool "modem driver link device USB"
depends on SEC_MODEM
@@ -78,6 +94,11 @@ config LINK_DEVICE_SPI
depends on SEC_MODEM
default n
+config BOOT_DEVICE_SPI
+ bool "modem driver boot device SPI"
+ depends on SEC_MODEM
+ default n
+
config WORKQUEUE_FRONT
bool "IPC: SPI workqueue front"
depends on SEC_MODEM