From fb7550aa5c664fbe0299c1f090fb9d993281a4f8 Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Wed, 16 Feb 2022 21:41:01 +0100 Subject: [PATCH] linux (RPi4): enable NVME support Signed-off-by: Matthias Reichl --- projects/RPi/devices/RPi4/linux/linux.aarch64.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/projects/RPi/devices/RPi4/linux/linux.aarch64.conf b/projects/RPi/devices/RPi4/linux/linux.aarch64.conf index b6713c6e36..99993d5d23 100644 --- a/projects/RPi/devices/RPi4/linux/linux.aarch64.conf +++ b/projects/RPi/devices/RPi4/linux/linux.aarch64.conf @@ -1584,7 +1584,10 @@ CONFIG_BLK_DEV_RAM_SIZE=4096 # # NVME Support # -# CONFIG_BLK_DEV_NVME is not set +CONFIG_NVME_CORE=y +CONFIG_BLK_DEV_NVME=y +# CONFIG_NVME_MULTIPATH is not set +# CONFIG_NVME_HWMON is not set # CONFIG_NVME_FC is not set # CONFIG_NVME_TCP is not set # CONFIG_NVME_TARGET is not set