This includes: 1) Source containing helper functions, each implementing a command from the clock management protocol. 2) A clock controller driver making use of said helper functions and implementing the clock subsystem API. 3) A DT binding for clock protocol node. Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
8 lines
202 B
Text
8 lines
202 B
Text
# Copyright 2024 NXP
|
|
|
|
config CLOCK_CONTROL_ARM_SCMI
|
|
bool "SCMI clock protocol clock controller driver"
|
|
default y
|
|
depends on ARM_SCMI_CLK_HELPERS
|
|
help
|
|
Enable support for SCMI-based clock control.
|