Skip to content

Commit 4ed8f59

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 c5c92dd commit 4ed8f59

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
@@ -4,6 +4,9 @@ CONFIG_SCSI_UFS_QCOM=y
44
CONFIG_SM_TCSRCC_8750=y
55
CONFIG_CLK_KAANAPALI_TCSRCC=y
66

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

0 commit comments

Comments
 (0)