[linux-yocto] [PATCH 1/3] intel-x86: built-in nvme driver to support boot from nvme disk

Liwei Song liwei.song at windriver.com
Wed Mar 20 20:41:57 PDT 2019


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.song at 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



More information about the linux-yocto mailing list