Skip to content

Commit fe1e5a5

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

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

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

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

6+
# for NVME
7+
CONFIG_NVME_CORE=y
8+
CONFIG_BLK_DEV_NVME=y
9+
610
# DMA BUF userspace heaps, for e.g. IMSDK
711
CONFIG_DMABUF_HEAPS=y
812
CONFIG_DMABUF_HEAPS_SYSTEM=y

0 commit comments

Comments
 (0)