diff options
author | Simon Glass <sjg@chromium.org> | 2017-06-14 21:28:21 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2017-07-11 10:08:19 -0600 |
commit | fedb428c5beb8776451118f5adc976770a526a33 (patch) | |
tree | 733ac28b61f4e17aa15a2f1125e99472b3c46c8e /include/configs/qemu-x86.h | |
parent | 2cce586651bbeb0489c6cc6f04489f65bd039b9e (diff) | |
download | u-boot-fedb428c5beb8776451118f5adc976770a526a33.tar.gz |
Convert CONFIG_SCSI to Kconfig
This converts the following to Kconfig:
CONFIG_SCSI
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'include/configs/qemu-x86.h')
-rw-r--r-- | include/configs/qemu-x86.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/qemu-x86.h b/include/configs/qemu-x86.h index 3509c2f659..05eb5ebf91 100644 --- a/include/configs/qemu-x86.h +++ b/include/configs/qemu-x86.h @@ -39,7 +39,6 @@ #define CONFIG_ATAPI #undef CONFIG_SCSI_AHCI -#undef CONFIG_SCSI #else #define CONFIG_SCSI_DEV_LIST \ {PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICH9_AHCI} |