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>
13 lines
320 B
Plaintext
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.
|