mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-26 04:20:23 +09:00
ANDROID: GKI: Enable CONFIG_RPMSG_CTRL
Setting CONFIG_RPMSG_CTRL=y to add a user-space control interface for RPMSG. It can provide a user-space program to create endpoints with specific service name, source, and destination addresses. Bug: 286965107 Change-Id: I86bc065d4b83582b3322f0823e46536ca5847cf6 Signed-off-by: James Tai <james.tai@realtek.com>
This commit is contained in:
@@ -569,6 +569,7 @@ CONFIG_MAILBOX=y
|
||||
CONFIG_REMOTEPROC=y
|
||||
CONFIG_REMOTEPROC_CDEV=y
|
||||
CONFIG_RPMSG_CHAR=y
|
||||
CONFIG_RPMSG_CTRL=y
|
||||
CONFIG_QCOM_GENI_SE=y
|
||||
CONFIG_DEVFREQ_GOV_PERFORMANCE=y
|
||||
CONFIG_DEVFREQ_GOV_POWERSAVE=y
|
||||
|
||||
@@ -517,6 +517,7 @@ CONFIG_DEBUG_KINFO=y
|
||||
CONFIG_REMOTEPROC=y
|
||||
CONFIG_REMOTEPROC_CDEV=y
|
||||
CONFIG_RPMSG_CHAR=y
|
||||
CONFIG_RPMSG_CTRL=y
|
||||
CONFIG_PM_DEVFREQ_EVENT=y
|
||||
CONFIG_IIO=y
|
||||
CONFIG_IIO_BUFFER=y
|
||||
|
||||
Reference in New Issue
Block a user