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]> --- 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 0a982faf37e6..8299ff1e21e7 100644 --- a/bsp/marvell-cn96xx/marvell-cn96xx.cfg +++ b/bsp/marvell-cn96xx/marvell-cn96xx.cfg @@ -84,6 +84,7 @@ CONFIG_GPIO_THUNDERX=y # HWMON CONFIG_SENSORS_MAX6697=y CONFIG_SENSORS_JC42=y +CONFIG_SENSORS_ARM_SCMI=y # RTC CONFIG_RTC_CLASS=y @@ -108,3 +109,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.25.1.377.g2d2118b814c1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8411): https://lists.yoctoproject.org/g/linux-yocto/message/8411 Mute This Topic: https://lists.yoctoproject.org/mt/71602465/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
