diff options
| author | Bin Meng <[email protected]> | 2019-05-15 08:51:51 -0700 |
|---|---|---|
| committer | Bin Meng <[email protected]> | 2019-05-19 16:17:33 +0800 |
| commit | 604ce762e3ef2e8e1ce387df4a40bdc52119421d (patch) | |
| tree | 0f10d7509a69e0392ccead3083e26a6e90df2ca0 | |
| parent | 5b2a20e9564c46a571126275991426dd8618e2d8 (diff) | |
x86: qemu-x86_64: Enable NVMe
NVMe was turned on in qemu-x86 but somehow we missed it for 64-bit.
Signed-off-by: Bin Meng <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
| -rw-r--r-- | configs/qemu-x86_64_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/qemu-x86_64_defconfig b/configs/qemu-x86_64_defconfig index 3ffcb4ae6f4..d8792d6157f 100644 --- a/configs/qemu-x86_64_defconfig +++ b/configs/qemu-x86_64_defconfig @@ -63,6 +63,7 @@ CONFIG_SPL_REGMAP=y CONFIG_SYSCON=y CONFIG_SPL_SYSCON=y CONFIG_CPU=y +CONFIG_NVME=y CONFIG_SPL_DM_RTC=y CONFIG_SPI=y CONFIG_SPL_TIMER=y |
