From c9ac8ade899f37f75d99962bd83d070615a23ebb 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 25cbdf7b67..d5e245b885 100644 --- a/projects/RPi/devices/RPi4/linux/linux.aarch64.conf +++ b/projects/RPi/devices/RPi4/linux/linux.aarch64.conf @@ -1539,7 +1539,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