forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
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