mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 06:25:52 +02:00
mailbox: rockchip: make ROCKCHIP_MBOX tristate
Signed-off-by: Tao Huang <huangtao@rock-chips.com> Change-Id: I1baca2f84883b9bc0bbebab6c6d14211f9847adb
This commit is contained in:
parent
038d1f9310
commit
8a98959fb0
|
|
@ -71,7 +71,7 @@ config OMAP_MBOX_KFIFO_SIZE
|
|||
module parameter).
|
||||
|
||||
config ROCKCHIP_MBOX
|
||||
bool "Rockchip Soc Intergrated Mailbox Support"
|
||||
tristate "Rockchip Soc Integrated Mailbox Support"
|
||||
depends on ARCH_ROCKCHIP || COMPILE_TEST
|
||||
help
|
||||
This driver provides support for inter-processor communication
|
||||
|
|
|
|||
|
|
@ -146,7 +146,7 @@ static const struct of_device_id rockchip_mbox_of_match[] = {
|
|||
{ .compatible = "rockchip,rk3368-mailbox", .data = &rk3368_drv_data},
|
||||
{ },
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, rockchp_mbox_of_match);
|
||||
MODULE_DEVICE_TABLE(of, rockchip_mbox_of_match);
|
||||
|
||||
static int rockchip_mbox_probe(struct platform_device *pdev)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user