zephyr/drivers/clock_control/Kconfig.cavs
Ederson de Souza b56088ba6d drivers/clock_control: Add cAVS clock driver
Simple driver that allows one to choose the clock speed of xtensa cores.
It's basically a shim layer on top of SOC level driver.
Also, a really simple test case was added, mainly to ensure things are
build and are sane.

Signed-off-by: Ederson de Souza <ederson.desouza@intel.com>
2022-06-27 12:42:04 +02:00

13 lines
320 B
Plaintext

# Intel cAVS clock control driver
# Copyright (c) 2022 Intel Corporation
# SPDX-License-Idertifier: Apache-2.0
config CLOCK_CONTROL_CAVS
bool "Intel CAVS clock control"
depends on SOC_FAMILY_INTEL_ADSP
select CAVS_CLOCK
help
Driver for the CAVS clocks. Allow type of clock (and
thus frequency) to be chosen.