Skip to content

Commit bf892ff

Browse files
dcpleungkartben
authored andcommitted
tests: disk/disk_performance: add CONFIG_NVME for qemu_x86_64
qemu_x86_64 has NVME disk as overlay so we need to enable kconfig CONFIG_NVME or else it would fail to compile. Signed-off-by: Daniel Leung <[email protected]>
1 parent b50b5b4 commit bf892ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/drivers/disk/disk_performance/boards/qemu_x86_64.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ CONFIG_PCIE=y
33
CONFIG_PCIE_MSI=y
44
CONFIG_PCIE_MSI_X=y
55
CONFIG_PCIE_MSI_MULTI_VECTOR=y
6+
CONFIG_NVME=y

0 commit comments

Comments
 (0)