From 8eb4e46c8cc1b35ce8a180fe8a0f8df60c6f448c Mon Sep 17 00:00:00 2001 From: Yongrong Wang Date: Thu, 14 Nov 2024 14:50:26 +0800 Subject: [PATCH] sim rpserver/rpproxy: enable CONFIG_RPMSG_PING config Be convenient to test the rpmsg feature Signed-off-by: Yongrong Wang --- boards/sim/sim/sim/configs/rpproxy/defconfig | 1 + boards/sim/sim/sim/configs/rpserver/defconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/boards/sim/sim/sim/configs/rpproxy/defconfig b/boards/sim/sim/sim/configs/rpproxy/defconfig index 6e4db7b916c..a774deee3e6 100644 --- a/boards/sim/sim/sim/configs/rpproxy/defconfig +++ b/boards/sim/sim/sim/configs/rpproxy/defconfig @@ -52,6 +52,7 @@ CONFIG_NSH_READLINE=y CONFIG_READLINE_CMD_HISTORY=y CONFIG_READLINE_TABCOMPLETION=y CONFIG_RPMSGMTD=y +CONFIG_RPMSG_PING=y CONFIG_RPMSG_UART=y CONFIG_RPTUN=y CONFIG_RTC=y diff --git a/boards/sim/sim/sim/configs/rpserver/defconfig b/boards/sim/sim/sim/configs/rpserver/defconfig index fefbc1d6a91..bf476ec5b79 100644 --- a/boards/sim/sim/sim/configs/rpserver/defconfig +++ b/boards/sim/sim/sim/configs/rpserver/defconfig @@ -69,6 +69,7 @@ CONFIG_READLINE_TABCOMPLETION=y CONFIG_REGULATOR=y CONFIG_REGULATOR_RPMSG=y CONFIG_RPMSGMTD_SERVER=y +CONFIG_RPMSG_PING=y CONFIG_RPMSG_UART=y CONFIG_RPTUN=y CONFIG_RTC=y