kernel/drivers/mailbox/Kconfig
.. .. @@ -79,6 +79,12 @@ 79 79 Please check it that the Soc you use have Mailbox hardware. 80 80 Say Y here if you want to use the Rockchip Mailbox support. 81 81 82 +config ROCKCHIP_MBOX_DEMO83 + tristate "Rockchip MBOX Demo"84 + depends on ROCKCHIP_MBOX85 + help86 + Say y here to enable Rockchip MBOX Demo.87 +82 88 config PCC 83 89 bool "Platform Communication Channel Driver" 84 90 depends on ACPI