From: Kevin Hao <[email protected]> ARM System Control and Management Interface (SCMI) protocol is a set of operating system-independent software interfaces that are used in system management. The octeontx2 platform firmware does have the SCMI support, so enable the corresponding kernel drivers. The SCMI has a dependency on the mailbox, so also enable it.
Signed-off-by: Kevin Hao <[email protected]> Signed-off-by: Bruce Ashfield <[email protected]> --- bsp/marvell-cn96xx/marvell-cn96xx.cfg | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/bsp/marvell-cn96xx/marvell-cn96xx.cfg b/bsp/marvell-cn96xx/marvell-cn96xx.cfg index 52931e9b3b89..1b1c4af31098 100644 --- a/bsp/marvell-cn96xx/marvell-cn96xx.cfg +++ b/bsp/marvell-cn96xx/marvell-cn96xx.cfg @@ -83,6 +83,7 @@ CONFIG_GPIO_THUNDERX=y # HWMON CONFIG_SENSORS_MAX6697=y CONFIG_SENSORS_JC42=y +CONFIG_SENSORS_ARM_SCMI=y # RTC CONFIG_RTC_CLASS=y @@ -107,3 +108,17 @@ CONFIG_OCTEONTX2_RM_DOM_SYSFS=y # BPHY CONFIG_MARVELL_OTX_BPHY_CTR=y + +# Mailbox +CONFIG_MAILBOX=y +CONFIG_MVL_MHU=y + +# SCMI +CONFIG_ARM_SCMI_PROTOCOL=y + +# CLK +CONFIG_COMMON_CLK_SCMI=y + +# CPU freq +CONFIG_CPU_FREQ=y +CONFIG_ARM_SCMI_CPUFREQ=y -- 2.26.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#9215): https://lists.yoctoproject.org/g/linux-yocto/message/9215 Mute This Topic: https://lists.yoctoproject.org/mt/78655154/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
