kernel: x86: enable NVME support for 64 bit target
authorLucian Cristian <lucian.cristian@gmail.com>
Sun, 30 Jun 2019 06:31:15 +0000 (09:31 +0300)
committerPetr Štetiar <ynezz@true.cz>
Tue, 9 Jul 2019 11:57:31 +0000 (13:57 +0200)
Newer motherboards support NVMe U.2 connectors but also NVMe storage can
be used on add-on pcie adapters.
Enable kernel driver on x86 for now so the NVMe flash storage can be used

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
target/linux/x86/64/config-4.14
target/linux/x86/64/config-4.19

index 2aad5acc09de074e09dee2947629723c1f27634a..85ddd6309b0d87135dbf252bbd7683a91bd4d0c0 100644 (file)
@@ -64,6 +64,7 @@ CONFIG_BACKLIGHT_GENERIC=y
 CONFIG_BACKLIGHT_LCD_SUPPORT=y
 CONFIG_BALLOON_COMPACTION=y
 CONFIG_BLK_DEV_INTEGRITY=y
+CONFIG_BLK_DEV_NVME=y
 CONFIG_BLK_MQ_VIRTIO=y
 # CONFIG_BOOTPARAM_HOTPLUG_CPU0 is not set
 CONFIG_CALGARY_IOMMU=y
index 28573bd5a71907ab049cbc1fb70fd79e9a736166..43642e5a66077b7bc252480bc0b2ca09a8a899fb 100644 (file)
@@ -70,6 +70,8 @@ CONFIG_BACKLIGHT_GENERIC=y
 CONFIG_BACKLIGHT_LCD_SUPPORT=y
 CONFIG_BALLOON_COMPACTION=y
 CONFIG_BLK_DEV_INTEGRITY=y
+CONFIG_BLK_DEV_NVME=y
+CONFIG_NVME_MULTIPATH=y
 CONFIG_BLK_MQ_VIRTIO=y
 # CONFIG_BOOTPARAM_HOTPLUG_CPU0 is not set
 CONFIG_BTT=y