Re: [PATCH 02/13] rpmsg: introduce rpmsg_control driver for channel creation

From: Randy Dunlap
Date: Fri Jul 31 2020 - 11:57:02 EST


On 7/31/20 5:10 AM, Arnaud Pouliquen wrote:
> diff --git a/drivers/rpmsg/Kconfig b/drivers/rpmsg/Kconfig
> index 900ec8f54081..c5afbf24e793 100644
> --- a/drivers/rpmsg/Kconfig
> +++ b/drivers/rpmsg/Kconfig
> @@ -23,6 +23,14 @@ config RPMSG_NS
> channel that probes the associate RPMsg device on remote endpoint
> service announcement.
>
> +config RPMSG_CTRL
> + tristate "RPMSG control interface"
> + depends on RPMSG
> + help
> + Say Y here to enable the support of the name service announcement
> + channel that probe the associate RPMsg device on remote endpoint

probes the associated

> + service announcement.
> +
> config RPMSG_RAW
> tristate "RPMSG raw service driver"
> depends on RPMSG


--
~Randy