From b5a2602fe7961e2ed6364f3ffb22ef0ba452fc0e Mon Sep 17 00:00:00 2001 From: Daniel Mentz Date: Tue, 9 Jul 2024 15:42:17 +0800 Subject: [PATCH] clover_defconfig: Enable CONFIG_NVME_MULTIPATH CONFIG_NVME_MULTIPATH=y Enable NVMe multipath support to get access to /dev/nvmeXnY block devices. Bug: 318459546 Change-Id: Id452462b4dbb474f1e3a53f5010f09edf63642bc Signed-off-by: Daniel Mentz # --- arch/arm64/configs/clover_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/configs/clover_defconfig b/arch/arm64/configs/clover_defconfig index 796db810b85f..42198b4e1774 100644 --- a/arch/arm64/configs/clover_defconfig +++ b/arch/arm64/configs/clover_defconfig @@ -1572,7 +1572,7 @@ CONFIG_BLK_DEV_LOOP_MIN_COUNT=16 # CONFIG_NVME_CORE=y CONFIG_BLK_DEV_NVME=y -# CONFIG_NVME_MULTIPATH is not set +CONFIG_NVME_MULTIPATH=y # CONFIG_NVME_FC is not set # CONFIG_NVME_TARGET is not set