From fc48ebe6dff059a799c8f85e31ee8dea6c2f77d8 Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Tue, 26 Jun 2018 03:58:55 -0700 Subject: x86: Add scsi command to coreboot and qemu This adds the scsi command to coreboot and qemu, to be in consistent with other x86 targets. Signed-off-by: Bin Meng Reviewed-by: Simon Glass --- arch/x86/cpu/coreboot/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/x86/cpu/coreboot') diff --git a/arch/x86/cpu/coreboot/Kconfig b/arch/x86/cpu/coreboot/Kconfig index fa3b64f2bb8..392c2589450 100644 --- a/arch/x86/cpu/coreboot/Kconfig +++ b/arch/x86/cpu/coreboot/Kconfig @@ -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 -- cgit v1.3.1