mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 01:08:03 -04:00
100 lines
2.1 KiB
Text
100 lines
2.1 KiB
Text
menuconfig SEC_SIPC_MODEM_IF
|
|
bool "Samsung Mobile SIPC Modem Interface"
|
|
default n
|
|
---help---
|
|
Samsung Modem Interface Driver
|
|
|
|
if SEC_SIPC_MODEM_IF
|
|
|
|
config SEC_MODEM_SS310AP
|
|
bool "Exynos7580 and SS310 feature"
|
|
select UMTS_MODEM_SS310AP
|
|
select LINK_DEVICE_SHMEM
|
|
select CP_SECURE_BOOT
|
|
default y
|
|
|
|
menu "Configuration Description"
|
|
config BOOT_DEVICE_SPI
|
|
bool "boot device: SPI"
|
|
default n
|
|
|
|
config LINK_DEVICE_MEMORY
|
|
bool "Memory-type (i.e. shared memory) interface medium"
|
|
default n
|
|
|
|
config LINK_POWER_MANAGEMENT
|
|
bool "Power management (PM) for a link device"
|
|
default n
|
|
|
|
config LINK_POWER_MANAGEMENT_WITH_FSM
|
|
bool "FSM-based Power management (PM) for a link device"
|
|
depends on LINK_POWER_MANAGEMENT
|
|
default n
|
|
|
|
config LINK_DEVICE_WITH_SBD_ARCH
|
|
bool "Link device with the SBD architecture from MIPI-LLI"
|
|
default n
|
|
|
|
config LINK_DEVICE_NAPI
|
|
bool "Use Rx polling (NAPI)"
|
|
default n
|
|
help
|
|
NAPI is a new driver API designed to reduce CPU and interrupt load
|
|
when the driver is receiving lots of packets.
|
|
|
|
config LINK_DEVICE_C2C
|
|
bool "Pseudo shared-memory with chip-to-chip (C2C) interface"
|
|
select LINK_DEVICE_MEMORY
|
|
select LINK_POWER_MANAGEMENT
|
|
default n
|
|
|
|
config LINK_DEVICE_LLI
|
|
bool "link device: MIPI-LLI"
|
|
select MIPI_LLI
|
|
select LINK_DEVICE_MEMORY
|
|
select LINK_POWER_MANAGEMENT
|
|
select LINK_DEVICE_WITH_SBD_ARCH
|
|
default n
|
|
|
|
config LINK_DEVICE_SHMEM
|
|
bool "Real system-level shared-memory on a system bus"
|
|
default n
|
|
|
|
config LINK_DEVICE_HSIC
|
|
bool "link device: HSIC"
|
|
default n
|
|
|
|
config LTE_MODEM_XMM7260
|
|
bool "modem chip : IMC XMM7260"
|
|
default n
|
|
|
|
config UMTS_MODEM_SS310AP
|
|
bool "modem chip : SS310 with exynos7580"
|
|
default n
|
|
|
|
config DEBUG_PKTLOG
|
|
bool "IPC pcap logging feature"
|
|
default n
|
|
|
|
config LINK_CONTROL_MSG_IOSM
|
|
bool "Control Message Type: IPC Over Shared Memory (IOSM)"
|
|
default n
|
|
|
|
config CP_SECURE_BOOT
|
|
bool "Support CP Secure Boot"
|
|
default n
|
|
|
|
config SHARE_MIF_FREQ_INFO
|
|
bool "Share MIF frequency information with CP"
|
|
default y
|
|
|
|
config GPIO_DS_DETECT
|
|
bool "Support GPIO DS Detect"
|
|
default n
|
|
|
|
config FREE_CP_RSVD_MEMORY
|
|
bool "Free CP reserved memory after CP goes to sleep for Wifi model"
|
|
depends on LINK_DEVICE_SHMEM
|
|
default n
|
|
endmenu
|
|
endif
|