ANDROID: gki_config: enable CONFIG_RELAY

Enable CONFIG_RELAY to support relayfs APIs.

In some scenarios, users need to use the APIs provided
by Relay to write data to user space, so Enable
CONFIG_RELAY in kernel.

Bug: 286965110
Change-Id: I75a77e9120db4c30698db988828187a060b13a5a
Signed-off-by: Stone Zhang <quic_stonez@quicinc.com>
This commit is contained in:
stonez
2023-06-13 18:43:40 +08:00
committed by Todd Kjos
parent 10a17dca3d
commit 70c18ca7e0
2 changed files with 2 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ CONFIG_CGROUP_BPF=y
CONFIG_NAMESPACES=y
# CONFIG_PID_NS is not set
CONFIG_RT_SOFTINT_OPTIMIZATION=y
CONFIG_RELAY=y
# CONFIG_RD_BZIP2 is not set
# CONFIG_RD_LZMA is not set
# CONFIG_RD_XZ is not set

View File

@@ -34,6 +34,7 @@ CONFIG_CGROUP_BPF=y
CONFIG_NAMESPACES=y
# CONFIG_TIME_NS is not set
# CONFIG_PID_NS is not set
CONFIG_RELAY=y
# CONFIG_RD_BZIP2 is not set
# CONFIG_RD_LZMA is not set
# CONFIG_RD_XZ is not set