From cffa6093b4774a7fd7094da9432ebf93bd7af923 Mon Sep 17 00:00:00 2001 From: Manish Pandey Date: Tue, 9 Jul 2024 15:40:10 +0800 Subject: [PATCH] clover_defconfig: Enable NVME CONFIG_BLK_DEV_NVME=y This patch turns on CONFIG_BLK_DEV_NVME to enable the NVME driver. Bug: 286376839 Change-Id: I2985fa93ec5a1ccc4f57872714ad08cde294e8cb Signed-off-by: Manish Pandey --- arch/arm64/configs/clover_defconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm64/configs/clover_defconfig b/arch/arm64/configs/clover_defconfig index e74648d469d0..796db810b85f 100644 --- a/arch/arm64/configs/clover_defconfig +++ b/arch/arm64/configs/clover_defconfig @@ -1570,7 +1570,9 @@ CONFIG_BLK_DEV_LOOP_MIN_COUNT=16 # # 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_FC is not set # CONFIG_NVME_TARGET is not set