diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2018-06-26 13:58:55 +0300 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2018-07-02 04:23:28 +0300 |
commit | fc48ebe6dff059a799c8f85e31ee8dea6c2f77d8 (patch) | |
tree | 792419311dd82aa239d019de1acb6ba6cf6b15df /arch/x86/cpu/coreboot | |
parent | 94e72a6bd994078674188bee2efb727a110a1cc6 (diff) | |
download | u-boot-fc48ebe6dff059a799c8f85e31ee8dea6c2f77d8.tar.xz |
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 <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/cpu/coreboot')
-rw-r--r-- | arch/x86/cpu/coreboot/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/cpu/coreboot/Kconfig b/arch/x86/cpu/coreboot/Kconfig index fa3b64f2bb..392c258945 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 |