change CONFIG_BLK_DEV_NVME=m to CONFIG_BLK_DEV_NVME=y to build-in
nvme driver to kernel to support boot from nvme disk.

Signed-off-by: Liwei Song <liwei.s...@windriver.com>
---
 bsp/intel-x86/intel-x86.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bsp/intel-x86/intel-x86.cfg b/bsp/intel-x86/intel-x86.cfg
index dff54fe6d1fc..88dd6f9a852c 100644
--- a/bsp/intel-x86/intel-x86.cfg
+++ b/bsp/intel-x86/intel-x86.cfg
@@ -309,7 +309,7 @@ CONFIG_USB_PHY=y
 CONFIG_NOP_USB_XCEIV=y
 
 # NVMe support
-CONFIG_BLK_DEV_NVME=m
+CONFIG_BLK_DEV_NVME=y
 
 # PMC
 CONFIG_INTEL_PMC_IPC=m
-- 
2.18.1

-- 
_______________________________________________
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to