Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 2c2d6b00 authored by Suman Anna's avatar Suman Anna
Browse files

ti_config_fragments: rpmsg/v8_rpmsg: Enable rpmsg_char driver


Enable the generic rpmsg_char driver (RPMSG_CHAR) in both the
ipc.cfg and v8_ipc.cfg so that the driver is built as a module
by default on all applicable TI platforms. The module is built
as a rpmsg_char.ko, and the driver name in sysfs is rpmsg_chrdev.

The driver presents a /dev/rpmsg_ctrlX (where X is an allocated
number) for each rpmsg device that can probe this driver. The
driver currently does not get auto-probed, but if desired, can
have the published rpmsg devices be bound to this driver using
udev rules or some userspace admin process.

Signed-off-by: default avatarSuman Anna <s-anna@ti.com>
parent 429bdfce
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment