zephyr/drivers/clock_control/Kconfig.arm_scmi
Laurentiu Mihalcea 350e36a47a firmware: scmi: add support for clock management protocol
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>
2024-08-19 10:05:16 -04:00

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.