1# Copyright (c) 2022 Intel Corporation
2#
3# SPDX-License-Identifier: Apache-2.0
4
5config ACE_V1X_ART_COUNTER
6	bool "DSP ART Wall Clock for ACE V1X"
7	depends on DT_HAS_INTEL_ACE_ART_COUNTER_ENABLED
8	default y
9	help
10	  DSP ART Wall Clock used by ACE V1X.
11
12config ACE_V1X_RTC_COUNTER
13	bool "DSP RTC Wall Clock for ACE V1X"
14	depends on DT_HAS_INTEL_ACE_RTC_COUNTER_ENABLED
15	default y
16	help
17	  DSP RTC Wall Clock used by ACE V1X.
18