exynos-linux-stable/drivers/misc/mcu_ipc/Kconfig
FAROVITUS 2b92eefa41 import G965FXXU7DTAA OSRC
*First release for Android (Q).

Signed-off-by: FAROVITUS <farovitus@gmail.com>
2020-02-04 13:50:09 +02:00

26 lines
636 B
Text

#
# MCU_IPC Device Driver
#
config MCU_IPC
bool "MCU IPC Support"
default n
help
This enables MCU_IPC driver to control the MCU_IPC Device.
MCU_IPC is the Mailbox which has 16 interrupts for TX/RX each
and 256 bytes memory for communicating messages.
AP and CP can share the messages through this device.
config MCU_IPC_TEST
bool "MCU_IPC driver test"
depends on MCU_IPC
help
This enables MCU_IPC_TEST for checking mailbox at probe time.
config SHM_IPC
bool "Shared Memory for IPC support"
default n
help
This enables SHM_IPC driver to control the Shared memory
for AP-CP Interface.