[linux-yocto] [PATCH 3/3] Add support for NVMe storage devices
Jussi Laako
jussi.laako at linux.intel.com
Mon Jan 16 06:40:32 PST 2017
Lot of new hardware supports and uses NVMe storage devices, enable
support by default.
Signed-off-by: Jussi Laako <jussi.laako at linux.intel.com>
---
bsp/common-pc/common-pc-drivers.cfg | 3 +++
1 file changed, 3 insertions(+)
diff --git a/bsp/common-pc/common-pc-drivers.cfg b/bsp/common-pc/common-pc-drivers.cfg
index cea6a99d..a996ef51 100644
--- a/bsp/common-pc/common-pc-drivers.cfg
+++ b/bsp/common-pc/common-pc-drivers.cfg
@@ -66,3 +66,6 @@ CONFIG_I2O_PROC=m
CONFIG_I2O_SCSI=m
CONFIG_EEPROM_AT24=m
+
+CONFIG_NVME_CORE=y
+CONFIG_BLK_DEV_NVME=y
--
2.11.0
More information about the linux-yocto
mailing list