diff options
author | Andrew Davis <[email protected]> | 2023-11-13 09:13:14 -0600 |
---|---|---|
committer | Arnd Bergmann <[email protected]> | 2023-12-22 14:27:29 +0000 |
commit | ccdc720fb73f0eb9266274b15c0ab653475ad33d (patch) | |
tree | d0d0405f248fb7e89eb6579abd555c6be9603ea7 | |
parent | ed27e15bc49097f26689b201af5ea89e7154d880 (diff) |
ARM: multi_v7_defconfig: Enable RPMSG CHAR and CTRL
These allow user-space programs to create RPMSG endpoints and have
those endpoints show up as device files. They are enabled in the
ARM64 defconfig and are useful for the same reasons here.
Signed-off-by: Andrew Davis <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 6dab405ab4ad..7b4898009918 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -1089,6 +1089,8 @@ CONFIG_QCOM_Q6V5_MSS=m CONFIG_QCOM_SYSMON=m CONFIG_QCOM_WCNSS_PIL=m CONFIG_ST_REMOTEPROC=m +CONFIG_RPMSG_CHAR=m +CONFIG_RPMSG_CTRL=m CONFIG_RPMSG_QCOM_SMD=y CONFIG_RPMSG_VIRTIO=m CONFIG_ASPEED_LPC_CTRL=m |