Enable configs required to test rpmsg on sandbox build. CMD_MISC is enabled to probe rpmsg_sample_client driver.
Test procedure: - boot sandbox build - command to run rpmsg tests: ut dm rpmsg - command to run sample driver: misc list
Signed-off-by: Tanmay Shah tanmay.shah@amd.com --- configs/sandbox_defconfig | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 19cc6701e6..cdada8c0b3 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -77,6 +77,7 @@ CONFIG_CMD_I2C=y CONFIG_CMD_LOADM=y CONFIG_CMD_LSBLK=y CONFIG_CMD_MBR=y +CONFIG_CMD_MISC=y CONFIG_CMD_MMC=y CONFIG_CMD_MUX=y CONFIG_CMD_OSD=y @@ -84,6 +85,7 @@ CONFIG_CMD_PCI=y CONFIG_CMD_PCI_MPS=y CONFIG_CMD_READ=y CONFIG_CMD_REMOTEPROC=y +CONFIG_CMD_RPMSG=y CONFIG_CMD_SPI=y CONFIG_CMD_TEMPERATURE=y CONFIG_CMD_USB=y @@ -274,6 +276,8 @@ CONFIG_REMOTEPROC_SANDBOX=y CONFIG_SANDBOX_RESET=y CONFIG_RESET_SYSCON=y CONFIG_RESET_SCMI=y +CONFIG_RPMSG_SANDBOX=y +CONFIG_RPMSG_SAMPLE_CLIENT=y CONFIG_DM_RTC=y CONFIG_RTC_MAX313XX=y CONFIG_RTC_RV8803=y