summaryrefslogtreecommitdiff
path: root/configs/sandbox_flattree_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-09-21 16:21:44 +0200
committerSimon Glass <sjg@chromium.org>2022-09-25 13:59:22 -0600
commit5eff9d9c36e9e2b2437743d989f25376b981700a (patch)
tree17e05523bd37aca2345adace60e701086f73eaec /configs/sandbox_flattree_defconfig
parent1ac42900d8de7a8989a76f2b69e6ae46784476b1 (diff)
downloadu-boot-5eff9d9c36e9e2b2437743d989f25376b981700a.tar.gz
u-boot-5eff9d9c36e9e2b2437743d989f25376b981700a.tar.bz2
u-boot-5eff9d9c36e9e2b2437743d989f25376b981700a.zip
sandbox: Enable SCSI for all builds
This will be needed to run unit tests, once the SCSI code is used for USB as well. Enable it for all sandbox builds. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/sandbox_flattree_defconfig')
-rw-r--r--configs/sandbox_flattree_defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/sandbox_flattree_defconfig b/configs/sandbox_flattree_defconfig
index 4b18c240ee..a8344029f4 100644
--- a/configs/sandbox_flattree_defconfig
+++ b/configs/sandbox_flattree_defconfig
@@ -174,6 +174,10 @@ CONFIG_REMOTEPROC_SANDBOX=y
CONFIG_DM_RESET=y
CONFIG_SANDBOX_RESET=y
CONFIG_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_SANDBOX_SERIAL=y
CONFIG_SOUND=y
CONFIG_SOUND_SANDBOX=y