summaryrefslogtreecommitdiff
path: root/zephyr/emul/Kconfig.clock_control
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/emul/Kconfig.clock_control')
-rw-r--r--zephyr/emul/Kconfig.clock_control7
1 files changed, 3 insertions, 4 deletions
diff --git a/zephyr/emul/Kconfig.clock_control b/zephyr/emul/Kconfig.clock_control
index a4dfbce557..29b38333c9 100644
--- a/zephyr/emul/Kconfig.clock_control
+++ b/zephyr/emul/Kconfig.clock_control
@@ -1,12 +1,11 @@
-# Copyright 2021 The Chromium OS Authors. All rights reserved.
+# Copyright 2021 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-DT_COMPAT_CLOCK_CONTROL_EMUL := cros,clock-control-emul
-
config EMUL_CLOCK_CONTROL
bool "Emulated clock control"
- default $(dt_compat_enabled,$(DT_COMPAT_CLOCK_CONTROL_EMUL))
+ default y
+ depends on DT_HAS_CROS_CLOCK_CONTROL_EMUL_ENABLED
help
Enable the emulated clock control module. This module introduces a
functioning clock control implementation along with backdoor APIs to