mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
855b70c393
PD#SWPL-87115 Problem: mbox driver refactoring Solution: mbox driver refactoring Verify: t7/t7c/t5m/sc2/s4/s4d/a1/c2/s5/t3x/t5w/g12b/sm1/txhd2 Change-Id: Ia3e5f9ff2b6de16a082e7f028fcc36dc4268856a Signed-off-by: Shunzhou Jiang <shunzhou.jiang@amlogic.com>
17 lines
217 B
Plaintext
17 lines
217 B
Plaintext
#
|
|
# Amlogic mhu mailbox device configuration
|
|
#
|
|
|
|
menu "MESON MHU mailbox Support"
|
|
|
|
config AMLOGIC_MHU_MBOX
|
|
tristate "MESON MHU Mailbox"
|
|
default n
|
|
depends on MAILBOX
|
|
help
|
|
MESON Mailbox driver.
|
|
.
|
|
.
|
|
.
|
|
endmenu
|