The SDK BSP35 RC9 has been released, and this patch is to keep kernel configs alighed with it.
In detail, the Dynamic Frequency Scaling is not supported by default, so drop the ARM_SCMI_CPUFREQ config, to keep align with SDK. And due to the HSE update, the following configs: CONFIG_UIO_NXP_HSE CONFIG_UIO_NXP_HSE_MU0 CONFIG_CRYPTO_DEV_NXP_HSE_MU1 are added to keep the kernel compatible with HSE userspace demos. Or else, the uio hse device regist will fail, then HSE demos can not work as normal. Signed-off-by: Zhantao Tang <[email protected]> --- bsp/nxp-s32g/nxp-s32g.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bsp/nxp-s32g/nxp-s32g.cfg b/bsp/nxp-s32g/nxp-s32g.cfg index 3b311aec..4cea8b8c 100644 --- a/bsp/nxp-s32g/nxp-s32g.cfg +++ b/bsp/nxp-s32g/nxp-s32g.cfg @@ -29,7 +29,6 @@ CONFIG_CPU_FREQ_GOV_POWERSAVE=y CONFIG_CPU_FREQ_GOV_USERSPACE=y CONFIG_CPU_FREQ_GOV_ONDEMAND=y CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y -CONFIG_ARM_SCMI_CPUFREQ=y #CAN CONFIG_CAN=y @@ -159,6 +158,9 @@ CONFIG_REGULATOR=y #HSE UIO CONFIG_UIO=y CONFIG_CRYPTO_DEV_NXP_HSE=y +CONFIG_UIO_NXP_HSE=y +CONFIG_UIO_NXP_HSE_MU0=y +CONFIG_CRYPTO_DEV_NXP_HSE_MU1=y #RANDOM CONFIG_HW_RANDOM=y -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#12014): https://lists.yoctoproject.org/g/linux-yocto/message/12014 Mute This Topic: https://lists.yoctoproject.org/mt/95554247/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
