diff options
author | Lucian Cristian <lucian.cristian@gmail.com> | 2019-06-30 09:31:15 +0300 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-07-09 13:57:31 +0200 |
commit | 483b9a92b3b47eb3c4bfe1a6276f556461c39f0b (patch) | |
tree | 44c99beb6b456474adac93a7145adab620a78ecc /target/linux/x86/64 | |
parent | 7a8d3432c739c6ff038295176e8b6324e92fc116 (diff) | |
download | upstream-483b9a92b3b47eb3c4bfe1a6276f556461c39f0b.tar.gz upstream-483b9a92b3b47eb3c4bfe1a6276f556461c39f0b.tar.bz2 upstream-483b9a92b3b47eb3c4bfe1a6276f556461c39f0b.zip |
kernel: x86: enable NVME support for 64 bit target
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>
Diffstat (limited to 'target/linux/x86/64')
-rw-r--r-- | target/linux/x86/64/config-4.14 | 1 | ||||
-rw-r--r-- | target/linux/x86/64/config-4.19 | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/x86/64/config-4.14 b/target/linux/x86/64/config-4.14 index 2aad5acc09..85ddd6309b 100644 --- a/target/linux/x86/64/config-4.14 +++ b/target/linux/x86/64/config-4.14 @@ -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 diff --git a/target/linux/x86/64/config-4.19 b/target/linux/x86/64/config-4.19 index 28573bd5a7..43642e5a66 100644 --- a/target/linux/x86/64/config-4.19 +++ b/target/linux/x86/64/config-4.19 @@ -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 |