Skip to content

Commit adf94c8

Browse files
committed
qcom.cfg: add NVME storage related kernel config
Enable nvme kernel config to probe nvme driver normally, which help to fix rootfs mount failure. Signed-off-by: Shoudi Li <[email protected]>
1 parent 9e6ab3c commit adf94c8

File tree

1 file changed

+3
-0
lines changed
  • recipes-kernel/linux/linux-qcom-next/configs

1 file changed

+3
-0
lines changed

recipes-kernel/linux/linux-qcom-next/configs/qcom.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ CONFIG_PHY_QCOM_QMP=y
33
CONFIG_SCSI_UFS_QCOM=y
44
CONFIG_SM_TCSRCC_8750=y
55

6+
# for NVME
7+
CONFIG_BLK_DEV_NVME=y
8+
69
# DMA BUF userspace heaps, for e.g. IMSDK
710
CONFIG_DMABUF_HEAPS=y
811
CONFIG_DMABUF_HEAPS_SYSTEM=y

0 commit comments

Comments
 (0)