rpmsg: Turn name service into a stand alone driver
[linux-2.6-microblaze.git] / drivers / rpmsg / Kconfig
index f967168..0b4407a 100644 (file)
@@ -15,6 +15,14 @@ config RPMSG_CHAR
          in /dev. They make it possible for user-space programs to send and
          receive rpmsg packets.
 
+config RPMSG_NS
+       tristate "RPMSG name service announcement"
+       depends on RPMSG
+       help
+         Say Y here to enable the support of the name service announcement
+         channel that probes the associated RPMsg device on remote endpoint
+         service announcement.
+
 config RPMSG_MTK_SCP
        tristate "MediaTek SCP"
        depends on MTK_SCP
@@ -62,6 +70,7 @@ config RPMSG_VIRTIO
        tristate "Virtio RPMSG bus driver"
        depends on HAS_DMA
        select RPMSG
+       select RPMSG_NS
        select VIRTIO
 
 endmenu