android_kernel_samsung_univ.../drivers/misc/mcu_ipc/Kconfig
BlackMesa123 7608e6b787 A530FXXU2BRG1
Signed-off-by: BlackMesa123 <brother12@hotmail.it>
2018-07-16 20:05:35 +02:00

27 lines
636 B
Plaintext

#
# 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.