[linux-yocto] [PATCH] marvell-cn10xxx: enable NVME config for cn102xx

2024-01-15 Thread Ruiqiang Hao via lists.yoctoproject.org
From: Ruiqiang Hao 

The Marvell cn102xx board has an NVME interface, so we should enable the
NVME kernel configuration for this BSP.

Signed-off-by: Ruiqiang Hao 
---
 bsp/marvell-cn10xxx/marvell-cn10xxx.cfg | 4 
 1 file changed, 4 insertions(+)

diff --git a/bsp/marvell-cn10xxx/marvell-cn10xxx.cfg 
b/bsp/marvell-cn10xxx/marvell-cn10xxx.cfg
index a2f15050..878e95f2 100644
--- a/bsp/marvell-cn10xxx/marvell-cn10xxx.cfg
+++ b/bsp/marvell-cn10xxx/marvell-cn10xxx.cfg
@@ -173,6 +173,10 @@ CONFIG_ARM64_MPAM=y
 # MDIO device
 CONFIG_MDIO_DEVICE=y
 
+# NVME
+CONFIG_NVME_CORE=y
+CONFIG_BLK_DEV_NVME=y
+
 # Currently this driver only work for cn96xx, but it is set to 'm' by default.
 # So we have to disable it explicitly.
 # CONFIG_OCTEONTX_SERDES is not set
-- 
2.35.5


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#13484): 
https://lists.yoctoproject.org/g/linux-yocto/message/13484
Mute This Topic: https://lists.yoctoproject.org/mt/103756433/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[linux-yocto] [PATCH] marvell-cn10xxx: enable NVME config for cn102xx

2023-12-07 Thread Ruiqiang Hao via lists.yoctoproject.org
From: Ruiqiang Hao 

The Marvell cn102xx board has an NVME interface, so we should enable the
NVME kernel configuration for this BSP.

Signed-off-by: Ruiqiang Hao 
---
 bsp/marvell-cn106xx/marvell-cn106xx.cfg | 4 
 1 file changed, 4 insertions(+)

diff --git a/bsp/marvell-cn106xx/marvell-cn106xx.cfg 
b/bsp/marvell-cn106xx/marvell-cn106xx.cfg
index 5503d3fd..a33e17b0 100644
--- a/bsp/marvell-cn106xx/marvell-cn106xx.cfg
+++ b/bsp/marvell-cn106xx/marvell-cn106xx.cfg
@@ -173,6 +173,10 @@ CONFIG_ARM_SMMU_V3_PMU=y
 CONFIG_MARVELL_CN10K_TAD_PMU=y
 CONFIG_MARVELL_CN10K_DDR_PMU=y
 
+# NVME
+CONFIG_NVME_CORE=y
+CONFIG_BLK_DEV_NVME=y
+
 # Currently this driver only work for cn96xx, but it is set to 'm' by default.
 # So we have to disable it explicitly.
 # CONFIG_OCTEONTX_SERDES is not set
-- 
2.35.5


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#13394): 
https://lists.yoctoproject.org/g/linux-yocto/message/13394
Mute This Topic: https://lists.yoctoproject.org/mt/103031447/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-