hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/mailbox/Kconfig
....@@ -79,6 +79,12 @@
7979 Please check it that the Soc you use have Mailbox hardware.
8080 Say Y here if you want to use the Rockchip Mailbox support.
8181
82
+config ROCKCHIP_MBOX_DEMO
83
+ tristate "Rockchip MBOX Demo"
84
+ depends on ROCKCHIP_MBOX
85
+ help
86
+ Say y here to enable Rockchip MBOX Demo.
87
+
8288 config PCC
8389 bool "Platform Communication Channel Driver"
8490 depends on ACPI