aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/modem_if/Kconfig
diff options
context:
space:
mode:
authorcodeworkx <codeworkx@cyanogenmod.com>2012-09-22 09:48:20 +0200
committercodeworkx <codeworkx@cyanogenmod.com>2012-09-22 14:02:16 +0200
commit2489007e7d740ccbc3e0a202914e243ad5178787 (patch)
treeb8e6380ea7b1da63474ad68a5dba997e01146043 /drivers/misc/modem_if/Kconfig
parent5f67568eb31e3a813c7c52461dcf66ade15fc2e7 (diff)
downloadkernel_samsung_smdk4412-2489007e7d740ccbc3e0a202914e243ad5178787.zip
kernel_samsung_smdk4412-2489007e7d740ccbc3e0a202914e243ad5178787.tar.gz
kernel_samsung_smdk4412-2489007e7d740ccbc3e0a202914e243ad5178787.tar.bz2
merge opensource jb u5
Change-Id: I1aaec157aa196f3448eff8636134fce89a814cf2
Diffstat (limited to 'drivers/misc/modem_if/Kconfig')
-rw-r--r--drivers/misc/modem_if/Kconfig29
1 files changed, 29 insertions, 0 deletions
diff --git a/drivers/misc/modem_if/Kconfig b/drivers/misc/modem_if/Kconfig
index 94cb48c..6a6eeab 100644
--- a/drivers/misc/modem_if/Kconfig
+++ b/drivers/misc/modem_if/Kconfig
@@ -34,6 +34,16 @@ config CDMA_MODEM_MDM6600
depends on SEC_MODEM
default n
+config TDSCDMA_MODEM_SPRD8803
+ bool "modem chip : SPRD SC8803"
+ depends on SEC_MODEM
+ default n
+
+config GSM_MODEM_ESC6270
+ bool "modem chip : QC ESC6270"
+ depends on SEC_MODEM
+ default n
+
config LINK_DEVICE_MIPI
bool "modem driver link device MIPI-HSI"
depends on SEC_MODEM
@@ -44,6 +54,10 @@ config LINK_DEVICE_DPRAM
depends on SEC_MODEM
default n
+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
@@ -59,6 +73,16 @@ config LINK_DEVICE_C2C
depends on SEC_MODEM
default n
+config LINK_DEVICE_SPI
+ bool "modem driver link device SPI"
+ depends on SEC_MODEM
+ default n
+
+config WORKQUEUE_FRONT
+ bool "IPC: SPI workqueue front"
+ depends on SEC_MODEM
+ default n
+
config IPC_CMC22x_OLD_RFS
bool "IPC: CMC22x ancient RFS"
depends on SEC_MODEM
@@ -73,3 +97,8 @@ config SIM_DETECT
bool "SIM_DETECT pin"
depends on SEC_MODEM
default n
+
+config SIM_SLOT_SWITCH
+ bool "SIM_SLOT_SWITCH"
+ depends on SEC_MODEM
+ default n