summaryrefslogtreecommitdiff
path: root/zephyr/emul/Kconfig.ln9310
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/emul/Kconfig.ln9310')
-rw-r--r--zephyr/emul/Kconfig.ln93107
1 files changed, 3 insertions, 4 deletions
diff --git a/zephyr/emul/Kconfig.ln9310 b/zephyr/emul/Kconfig.ln9310
index c9e3e6fbc9..9cacfbd670 100644
--- a/zephyr/emul/Kconfig.ln9310
+++ b/zephyr/emul/Kconfig.ln9310
@@ -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_LN9310_EMUL := cros,ln9310-emul
-
menuconfig EMUL_LN9310
bool "LN9310 switchcap emulator"
- default $(dt_compat_enabled,$(DT_COMPAT_LN9310_EMUL))
+ default y
+ depends on DT_HAS_CROS_LN9310_EMUL_ENABLED
depends on I2C_EMUL
depends on ASSERT
help