From 1a4a1c30454f57a568f8d54afc8e7a4e784b2158 Mon Sep 17 00:00:00 2001 From: acrn si Date: Thu, 31 Jan 2019 13:35:55 +0800 Subject: [PATCH] Need to delete '# CONFIG_BLK_DEV_NVME is not set' to enable NVME driver --- doc/tutorials/rt_linux.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorials/rt_linux.rst b/doc/tutorials/rt_linux.rst index b902c1f1b..e95da001d 100644 --- a/doc/tutorials/rt_linux.rst +++ b/doc/tutorials/rt_linux.rst @@ -64,7 +64,7 @@ system on Intel KBL NUC with a SATA SSD as ``/dev/sda`` and an NVME SSD as you can ignore. #. Edit the ``kernel_config_uos`` config file: search the keyword - "NVME Support" and add two lines under “NVME Support” to enable + "NVME Support", delete "# CONFIG_BLK_DEV_NVME is not set" and add two lines under “NVME Support” to enable the NVME driver in RT kernel:: CONFIG_NVME_CORE=y