[linux-yocto] [PATCH] nxp-s32g2xx: update kernel config

2021-03-14 Thread Meng Li
From: Meng Li 

Verdor sdk version upgrade to BSP28, so update kernel
configs accordingly.

Signed-off-by: Meng Li 
---
 bsp/nxp-s32g2xx/nxp-s32g2xx.cfg | 4 
 1 file changed, 4 insertions(+)

diff --git a/bsp/nxp-s32g2xx/nxp-s32g2xx.cfg b/bsp/nxp-s32g2xx/nxp-s32g2xx.cfg
index 0f195b38..bb65ca0c 100644
--- a/bsp/nxp-s32g2xx/nxp-s32g2xx.cfg
+++ b/bsp/nxp-s32g2xx/nxp-s32g2xx.cfg
@@ -42,6 +42,7 @@ CONFIG_STMMAC_ETH=y
 CONFIG_AT803X_PHY=y
 CONFIG_MICREL_PHY=y
 CONFIG_NXP_TJA110X_PHY=m
+CONFIG_AQUANTIA_PHY=y
 
 #Serial
 CONFIG_SERIAL_AMBA_PL011=y
@@ -146,3 +147,6 @@ CONFIG_SAC58R_WDT=y
 CONFIG_NVM=y
 CONFIG_BLK_DEV_NVME=y
 CONFIG_NVME_TARGET=y
+
+#LLCE
+CONFIG_CAN_LLCE=m
-- 
2.17.1


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



[linux-yocto][yocto-kernel-cache][yocto-5.4][PATCH] features/thunderbolt: change thunderbolt to usb4

2021-03-14 Thread LiweiSong
CONFIG_THUNDERBOLT has changed to CONFIG_USB4, adjust it
in kernel-cache. And enable USB4_DEBUGFS_WRITE=m

Signed-off-by: Liwei Song 
---
 features/thunderbolt/thunderbolt.cfg | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/features/thunderbolt/thunderbolt.cfg 
b/features/thunderbolt/thunderbolt.cfg
index 2408da5b3191..9247ac177be1 100644
--- a/features/thunderbolt/thunderbolt.cfg
+++ b/features/thunderbolt/thunderbolt.cfg
@@ -1,2 +1,3 @@
 # SPDX-License-Identifier: MIT
-CONFIG_THUNDERBOLT=m
+CONFIG_USB4=m
+CONFIG_USB4_DEBUGFS_WRITE=y
-- 
2.17.1


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