diff mbox series

[RFC,10/10] configs: sandbox: enable rpmsg

Message ID 20230725140650.951581-11-tanmay.shah@amd.com
State RFC
Delegated to: Tom Rini
Headers show
Series Add RPMsg framework | expand

Commit Message

Tanmay Shah July 25, 2023, 2:06 p.m. UTC
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(+)

Comments

Simon Glass July 27, 2023, 12:50 a.m. UTC | #1
On Tue, 25 Jul 2023 at 08:08, Tanmay Shah <tanmay.shah@amd.com> wrote:
>
> 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(+)
>

Reviewed-by: Simon Glass <sjg@chromium.org>
diff mbox series

Patch

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