x86: Add scsi command to coreboot and qemu
authorBin Meng <bmeng.cn@gmail.com>
Tue, 26 Jun 2018 10:58:55 +0000 (03:58 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Mon, 2 Jul 2018 01:23:28 +0000 (09:23 +0800)
This adds the scsi command to coreboot and qemu, to be in consistent
with other x86 targets.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/coreboot/Kconfig
arch/x86/cpu/qemu/Kconfig

index fa3b64f..392c258 100644 (file)
@@ -10,6 +10,7 @@ config SYS_COREBOOT
        imply MMC_PCI
        imply MMC_SDHCI
        imply MMC_SDHCI_SDMA
+       imply SCSI
        imply SCSI_AHCI
        imply SPI_FLASH
        imply SYS_NS16550
index 31428dd..fdf558d 100644 (file)
@@ -7,6 +7,7 @@ config QEMU
        select ARCH_EARLY_INIT_R
        imply AHCI_PCI
        imply E1000
+       imply SCSI
        imply SCSI_AHCI
        imply SYS_NS16550
        imply USB