Skip to content
Snippets Groups Projects
Commit e8c0a250 authored by Simon Glass's avatar Simon Glass
Browse files

dm: sandbox: Enable SCSI


Enable building the SCSI code for sandbox. This increases build coverage
for sandbox.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 535556b2
No related branches found
No related tags found
No related merge requests found
...@@ -202,4 +202,10 @@ ...@@ -202,4 +202,10 @@
#define CONFIG_SYS_ATA_ALT_OFFSET 2 #define CONFIG_SYS_ATA_ALT_OFFSET 2
#define CONFIG_SYS_ATA_STRIDE 4 #define CONFIG_SYS_ATA_STRIDE 4
#define CONFIG_SCSI
#define CONFIG_SCSI_AHCI_PLAT
#define CONFIG_SYS_SCSI_MAX_DEVICE 2
#define CONFIG_SYS_SCSI_MAX_SCSI_ID 8
#define CONFIG_SYS_SCSI_MAX_LUN 4
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment