Revert "drivers: smem: sandbox"

This reverts commit 7fd7e2cf33.
Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Caleb Connolly
2024-11-24 20:17:46 +01:00
committed by Simon Glass
parent 3bcbdcddf7
commit 513edfc585
3 changed files with 0 additions and 8 deletions

View File

@@ -1374,10 +1374,6 @@
sandbox,filepath = "scsi.img";
};
smem@0 {
compatible = "sandbox,smem";
};
sound {
compatible = "sandbox,sound";
cpu {

View File

@@ -229,8 +229,6 @@ CONFIG_DM_RTC=y
CONFIG_RTC_RV8803=y
CONFIG_SCSI=y
CONFIG_SANDBOX_SERIAL=y
CONFIG_SMEM=y
CONFIG_SANDBOX_SMEM=y
CONFIG_SOUND=y
CONFIG_SOUND_SANDBOX=y
CONFIG_SOC_DEVICE=y

View File

@@ -302,8 +302,6 @@ CONFIG_RTC_HT1380=y
CONFIG_SCSI=y
CONFIG_SANDBOX_SERIAL=y
CONFIG_SM=y
CONFIG_SMEM=y
CONFIG_SANDBOX_SMEM=y
CONFIG_SOUND=y
CONFIG_SOUND_DA7219=y
CONFIG_SOUND_MAX98357A=y