2022-06-15 05:55:21 +08:00
|
|
|
# Intel cAVS clock control driver
|
|
|
|
|
|
|
|
# Copyright (c) 2022 Intel Corporation
|
|
|
|
# SPDX-License-Idertifier: Apache-2.0
|
|
|
|
|
2022-08-11 05:39:08 +08:00
|
|
|
config CLOCK_CONTROL_ADSP
|
2022-06-15 05:55:21 +08:00
|
|
|
bool "Intel CAVS clock control"
|
2022-07-22 14:11:20 +08:00
|
|
|
default y
|
2022-08-11 05:39:08 +08:00
|
|
|
depends on DT_HAS_INTEL_ADSP_SHIM_CLKCTL_ENABLED
|
|
|
|
select ADSP_CLOCK
|
2022-06-15 05:55:21 +08:00
|
|
|
help
|
|
|
|
Driver for the CAVS clocks. Allow type of clock (and
|
|
|
|
thus frequency) to be chosen.
|