diff options
Diffstat (limited to 'hw/block/Kconfig')
-rw-r--r-- | hw/block/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/block/Kconfig b/hw/block/Kconfig index 65431c4..b60e2ab 100644 --- a/hw/block/Kconfig +++ b/hw/block/Kconfig @@ -21,6 +21,8 @@ config ONENAND config NVME_PCI bool + default y if PCI_DEVICES + depends on PCI config VIRTIO_BLK bool |