summaryrefslogtreecommitdiff
path: root/zephyr/emul/Kconfig.sn5s330
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/emul/Kconfig.sn5s330')
-rw-r--r--zephyr/emul/Kconfig.sn5s3307
1 files changed, 3 insertions, 4 deletions
diff --git a/zephyr/emul/Kconfig.sn5s330 b/zephyr/emul/Kconfig.sn5s330
index bb3e5eeea8..283bf1fbd7 100644
--- a/zephyr/emul/Kconfig.sn5s330
+++ b/zephyr/emul/Kconfig.sn5s330
@@ -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_SN5S330_EMUL := cros,sn5s330-emul
-
menuconfig EMUL_SN5S330
bool "sn5s330 emulator"
- default $(dt_compat_enabled,$(DT_COMPAT_SN5S330_EMUL))
+ default y
+ depends on DT_HAS_CROS_SN5S330_EMUL_ENABLED
depends on I2C_EMUL
depends on ASSERT
help