.. | .. |
---|
58 | 58 | providing communication channels to remote processors in Qualcomm |
---|
59 | 59 | platforms. |
---|
60 | 60 | |
---|
61 | | -config RPMSG_ROCKCHIP |
---|
62 | | - tristate "Rockchip Platform RPMsg Support" |
---|
| 61 | +config RPMSG_ROCKCHIP_MBOX |
---|
| 62 | + tristate "Rockchip Platform RPMsg Mailbox Mode Support" |
---|
63 | 63 | depends on ARCH_ROCKCHIP |
---|
64 | 64 | depends on MAILBOX |
---|
65 | 65 | depends on ROCKCHIP_MBOX |
---|
.. | .. |
---|
67 | 67 | select VIRTIO |
---|
68 | 68 | help |
---|
69 | 69 | Say y here to enable support for The Remote Processors Messasing |
---|
70 | | - in Rockchip Platform. |
---|
| 70 | + using mailbox mode in Rockchip Platform. |
---|
| 71 | + |
---|
| 72 | +config RPMSG_ROCKCHIP_SOFTIRQ |
---|
| 73 | + tristate "Rockchip Platform RPMsg Soft IRQ Mode Support" |
---|
| 74 | + depends on ARCH_ROCKCHIP |
---|
| 75 | + select RPMSG |
---|
| 76 | + select VIRTIO |
---|
| 77 | + help |
---|
| 78 | + Say y here to enable support for The Remote Processors Messasing |
---|
| 79 | + using softirq mode in Rockchip Platform. |
---|
71 | 80 | |
---|
72 | 81 | config RPMSG_ROCKCHIP_TEST |
---|
73 | 82 | tristate "Rockchip RPMsg Test" |
---|
74 | | - depends on RPMSG_ROCKCHIP |
---|
| 83 | + depends on (RPMSG_ROCKCHIP_MBOX || RPMSG_ROCKCHIP_SOFTIRQ) |
---|
75 | 84 | help |
---|
76 | 85 | Say y here to enable Rockchip RPMsg Test. |
---|
77 | 86 | |
---|