From 4da750a164291579ca868019a4def592bfeb066c Mon Sep 17 00:00:00 2001 From: graysky Date: Mon, 22 Feb 2021 13:49:15 -0500 Subject: [PATCH] core/linux-raspberrypi: blk_dev_nvme back to =m --- core/linux-raspberrypi/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/linux-raspberrypi/config b/core/linux-raspberrypi/config index 37f922f7e..796532ca8 100644 --- a/core/linux-raspberrypi/config +++ b/core/linux-raspberrypi/config @@ -2060,8 +2060,8 @@ CONFIG_ATA_OVER_ETH=m # # NVME Support # -CONFIG_NVME_CORE=y -CONFIG_BLK_DEV_NVME=y +CONFIG_NVME_CORE=m +CONFIG_BLK_DEV_NVME=m # CONFIG_NVME_MULTIPATH is not set # CONFIG_NVME_HWMON is not set # CONFIG_NVME_FC is not set