summaryrefslogtreecommitdiff
path: root/configs/sandbox_noinst_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-09-21 16:21:46 +0200
committerSimon Glass <sjg@chromium.org>2022-09-25 13:59:50 -0600
commit46df0243942f98ad5a6b57cb65b31acdc88559f8 (patch)
treefe7d295fb78dcf8c46d59d5a0d06b607c969eea6 /configs/sandbox_noinst_defconfig
parent02cea1145a5ad49e400bd100b907ad763db16863 (diff)
sandbox: Convert to use driver model for SCSI
At present sandbox is producing a warning about SCSI migration. Drop the legacy code and replace it with a new implementation. Also drop the SATA command, which does not work with driver model. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/sandbox_noinst_defconfig')
-rw-r--r--configs/sandbox_noinst_defconfig5
1 files changed, 1 insertions, 4 deletions
diff --git a/configs/sandbox_noinst_defconfig b/configs/sandbox_noinst_defconfig
index da83165a4d..8bf10bb3ee 100644
--- a/configs/sandbox_noinst_defconfig
+++ b/configs/sandbox_noinst_defconfig
@@ -108,7 +108,6 @@ CONFIG_DEBUG_DEVRES=y
# CONFIG_SPL_SIMPLE_BUS is not set
CONFIG_ADC=y
CONFIG_ADC_SANDBOX=y
-CONFIG_SYS_SATA_MAX_DEVICE=2
CONFIG_AXI=y
CONFIG_AXI_SANDBOX=y
CONFIG_SYS_IDE_MAXBUS=1
@@ -201,9 +200,7 @@ CONFIG_SANDBOX_RESET=y
CONFIG_DM_RTC=y
CONFIG_SPL_DM_RTC=y
CONFIG_SCSI=y
-CONFIG_SCSI_AHCI_PLAT=y
-CONFIG_SYS_SCSI_MAX_SCSI_ID=8
-CONFIG_SYS_SCSI_MAX_LUN=4
+CONFIG_DM_SCSI=y
CONFIG_SANDBOX_SERIAL=y
CONFIG_SOUND=y
CONFIG_SOUND_SANDBOX=y