1# Intel cAVS clock control driver
2
3# Copyright (c) 2022 Intel Corporation
4# SPDX-License-Idertifier: Apache-2.0
5
6config CLOCK_CONTROL_ADSP
7	bool "Intel CAVS clock control"
8	default y
9	depends on DT_HAS_INTEL_ADSP_SHIM_CLKCTL_ENABLED
10	select ADSP_CLOCK
11	help
12	  Driver for the CAVS clocks. Allow type of clock (and
13	  thus frequency) to be chosen.
14