blob: 94cb48c2052bd202fd246c47a6b63be750bd399f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
|
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 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_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 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
|