diff options
Diffstat (limited to 'drivers/misc/modem_if_v2/Kconfig')
-rw-r--r-- | drivers/misc/modem_if_v2/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/misc/modem_if_v2/Kconfig b/drivers/misc/modem_if_v2/Kconfig new file mode 100644 index 0000000..0a10756 --- /dev/null +++ b/drivers/misc/modem_if_v2/Kconfig @@ -0,0 +1,16 @@ +menuconfig SEC_MODEM_V2 + bool "Samsung Mobile Modem Interface v2" + default n + ---help--- + Samsung Modem Interface Driver V2. + +config UMTS_MODEM_XMM6262 + bool "modem chip : IMC XMM6262" + depends on SEC_MODEM_V2 + default n + +config LINK_DEVICE_MIPI + bool "modem driver link device MIPI-HSI" + depends on SEC_MODEM_V2 + depends on OMAP_HSI + default n |