aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/modem_if_u1/Kconfig
diff options
context:
space:
mode:
authorDaniel Hillenbrand <codeworkx@cyanogenmod.org>2013-06-18 17:55:27 +0200
committerDaniel Hillenbrand <codeworkx@cyanogenmod.org>2013-06-18 17:55:27 +0200
commit855d6a6c1f7c54ef073caac3f6c5f9b1ed72eb4d (patch)
tree89b8db35d4eb326263a0f9827c5186467d6d289e /drivers/misc/modem_if_u1/Kconfig
parenta8c0a4a5b062a56e5494894aa86b89a21a86ea3e (diff)
downloadkernel_samsung_smdk4412-855d6a6c1f7c54ef073caac3f6c5f9b1ed72eb4d.zip
kernel_samsung_smdk4412-855d6a6c1f7c54ef073caac3f6c5f9b1ed72eb4d.tar.gz
kernel_samsung_smdk4412-855d6a6c1f7c54ef073caac3f6c5f9b1ed72eb4d.tar.bz2
u1: port sensors and modem interface from smdk4210 kernel
Change-Id: Ifa0a332a0413f4ceb3c70e96573786ae576a2ae0
Diffstat (limited to 'drivers/misc/modem_if_u1/Kconfig')
-rw-r--r--drivers/misc/modem_if_u1/Kconfig104
1 files changed, 104 insertions, 0 deletions
diff --git a/drivers/misc/modem_if_u1/Kconfig b/drivers/misc/modem_if_u1/Kconfig
new file mode 100644
index 0000000..6a6eeab
--- /dev/null
+++ b/drivers/misc/modem_if_u1/Kconfig
@@ -0,0 +1,104 @@
+menuconfig SEC_MODEM
+ bool "Samsung Mobile Modem Interface"
+ default n
+ ---help---
+ Samsung Modem Interface Driver.
+
+config UMTS_MODEM_XMM6260
+ bool "modem chip : IMC XMM6260"
+ depends on SEC_MODEM
+ default n
+
+config UMTS_MODEM_XMM6262
+ bool "modem chip : IMC XMM6262"
+ depends on SEC_MODEM
+ default n
+
+config CDMA_MODEM_CBP71
+ bool "modem chip : VIA CBP7.1"
+ depends on SEC_MODEM
+ default n
+
+config CDMA_MODEM_CBP72
+ bool "modem chip : VIA CBP7.2"
+ depends on SEC_MODEM
+ default n
+
+config LTE_MODEM_CMC221
+ bool "modem chip : SEC CMC221"
+ depends on SEC_MODEM
+ default n
+
+config CDMA_MODEM_MDM6600
+ bool "modem chip : QC 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
+ default n
+
+config LINK_DEVICE_DPRAM
+ bool "modem driver 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
+ default n
+
+config LINK_DEVICE_HSIC
+ bool "modem driver link device HSIC"
+ depends on SEC_MODEM
+ default n
+
+config LINK_DEVICE_C2C
+ bool "modem driver 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
+ default n
+
+config SIPC_VER_5
+ bool "IPC: Samsung IPC 5.0"
+ depends on SEC_MODEM
+ default n
+
+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