zephyr/drivers/clock_control/Kconfig.cavs
Lauren Murphy 1983a4c50c boards, dts: fix namespace for intel adsp cavs, ace
Fixes namespace for Intel ADSP CAVS and ACE boards.

Signed-off-by: Lauren Murphy <lauren.murphy@intel.com>
2022-09-14 07:23:08 -04:00

14 lines
347 B
Plaintext

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