Skip to content

Commit

Permalink
clover_defconfig: Enable NVME
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
quic-mapa authored and 1582130940 committed Dec 23, 2024
1 parent 33a4392 commit cffa609
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion arch/arm64/configs/clover_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cffa609

Please sign in to comment.