blob: 7e2a868179f9ab6d61b0c4dcbb0850292e8dfbc7 [file] [log] [blame]
#
# Amlogic mhu mailbox device configuration
#
menu "MESON MHU mailbox Support"
config AMLOGIC_MHU_MBOX
tristate "MESON MHU Mailbox"
default n
select MAILBOX
select ARM_SCPI_PROTOCOL
help
MESON MHU Mailbox driver.
.
.
.
config ARM_SCPI_PROTOCOL
tristate "ARM System Control and Power Interface (SCPI) Message Protocol"
default n
help
System Control and Power Interface (SCPI) Message Protocol is
defined for the purpose of communication between the Application
Cores(AP) and the System Control Processor(SCP). The MHU peripheral
provides a mechanism for inter-processor communication between SCP
and AP.
This protocol library provides interface for all the client drivers
making use of the features offered by the SCP.
endmenu