x86: Add scsi command to coreboot and qemu
[oweals/u-boot.git] / arch / x86 / cpu / qemu / Kconfig
index 0a801aabeadb2f115bcc9c536a0a9d88d9dba7fd..fdf558d660770a4a079402e9c13328b6246b6c36 100644 (file)
@@ -1,14 +1,13 @@
+# SPDX-License-Identifier: GPL-2.0+
 #
 # Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com>
-#
-# SPDX-License-Identifier:     GPL-2.0+
-#
 
 config QEMU
        bool
        select ARCH_EARLY_INIT_R
        imply AHCI_PCI
        imply E1000
+       imply SCSI
        imply SCSI_AHCI
        imply SYS_NS16550
        imply USB