summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc
diff options
context:
space:
mode:
authorAnup Patel <anup@brainfault.org>2017-10-05 12:43:20 -0400
committerBjorn Andersson <bjorn.andersson@linaro.org>2017-10-26 00:51:05 -0400
commit4d91d7b099508831e82ef209bba71c8b636886a2 (patch)
treef4710f9c111c42e846e1de533b6aa57cf9b75897 /drivers/remoteproc
parent33d930e59a98fa10a0db9f56c7fa2f21a4aef9b9 (diff)
rpmsg: Allow RPMSG_VIRTIO to be enabled via menuconfig or defconfig
Currently, RPMSG_VIRTIO can only be enabled if some other kconfig option selects it. This does not allow it to be enabled for virtualized systems where Virtio RPMSG is available over Virtio MMIO or PCI transport. This patch updates RPMSG_VIRTIO kconfig option so that we can enable the VirtIO RPMSG driver via menuconfig or defconfig. The patch also removes "select RPMSG_VIRTIO" from various remoteproc kconfig options because it is now user selectable. Signed-off-by: Anup Patel <anup@brainfault.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'drivers/remoteproc')
-rw-r--r--drivers/remoteproc/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig
index bf04479456a0..b609e1d3654b 100644
--- a/drivers/remoteproc/Kconfig
+++ b/drivers/remoteproc/Kconfig
@@ -28,7 +28,6 @@ config OMAP_REMOTEPROC
28 depends on OMAP_IOMMU 28 depends on OMAP_IOMMU
29 select MAILBOX 29 select MAILBOX
30 select OMAP2PLUS_MBOX 30 select OMAP2PLUS_MBOX
31 select RPMSG_VIRTIO
32 help 31 help
33 Say y here to support OMAP's remote processors (dual M3 32 Say y here to support OMAP's remote processors (dual M3
34 and DSP on OMAP4) via the remote processor framework. 33 and DSP on OMAP4) via the remote processor framework.
@@ -58,7 +57,6 @@ config DA8XX_REMOTEPROC
58 tristate "DA8xx/OMAP-L13x remoteproc support" 57 tristate "DA8xx/OMAP-L13x remoteproc support"
59 depends on ARCH_DAVINCI_DA8XX 58 depends on ARCH_DAVINCI_DA8XX
60 depends on DMA_CMA 59 depends on DMA_CMA
61 select RPMSG_VIRTIO
62 help 60 help
63 Say y here to support DA8xx/OMAP-L13x remote processors via the 61 Say y here to support DA8xx/OMAP-L13x remote processors via the
64 remote processor framework. 62 remote processor framework.
@@ -79,7 +77,6 @@ config DA8XX_REMOTEPROC
79config KEYSTONE_REMOTEPROC 77config KEYSTONE_REMOTEPROC
80 tristate "Keystone Remoteproc support" 78 tristate "Keystone Remoteproc support"
81 depends on ARCH_KEYSTONE 79 depends on ARCH_KEYSTONE
82 select RPMSG_VIRTIO
83 help 80 help
84 Say Y here here to support Keystone remote processors (DSP) 81 Say Y here here to support Keystone remote processors (DSP)
85 via the remote processor framework. 82 via the remote processor framework.
@@ -135,7 +132,6 @@ config ST_REMOTEPROC
135 depends on ARCH_STI 132 depends on ARCH_STI
136 select MAILBOX 133 select MAILBOX
137 select STI_MBOX 134 select STI_MBOX
138 select RPMSG_VIRTIO
139 help 135 help
140 Say y here to support ST's adjunct processors via the remote 136 Say y here to support ST's adjunct processors via the remote
141 processor framework. 137 processor framework.