Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1738136

[PATCH] rpmsg: Allow RPMSG_VIRTIO to be enabled via menuconfig or defconfig

From Anup Patel <anup@brainfault.org>
Newsgroups linux.kernel
Subject [PATCH] rpmsg: Allow RPMSG_VIRTIO to be enabled via menuconfig or defconfig
Date 2017-09-24 12:40 +0200
Message-ID <utcul-7yW-9@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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.

Signed-off-by: Anup Patel <anup@brainfault.org>
---
 drivers/rpmsg/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/rpmsg/Kconfig b/drivers/rpmsg/Kconfig
index 0fe6eac..7e29b30 100644
--- a/drivers/rpmsg/Kconfig
+++ b/drivers/rpmsg/Kconfig
@@ -47,7 +47,7 @@ config RPMSG_QCOM_SMD
 	  platforms.
 
 config RPMSG_VIRTIO
-	tristate
+	tristate "Virtio RPMSG bus driver"
 	select RPMSG
 	select VIRTIO
 
-- 
2.7.4

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH] rpmsg: Allow RPMSG_VIRTIO to be enabled via menuconfig or defconfig Anup Patel <anup@brainfault.org> - 2017-09-24 12:40 +0200

csiph-web