hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
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