summaryrefslogtreecommitdiff
path: root/zephyr/emul/retimer/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/emul/retimer/Kconfig')
-rw-r--r--zephyr/emul/retimer/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/zephyr/emul/retimer/Kconfig b/zephyr/emul/retimer/Kconfig
new file mode 100644
index 0000000000..1f4c84f34e
--- /dev/null
+++ b/zephyr/emul/retimer/Kconfig
@@ -0,0 +1,14 @@
+# Copyright 2023 The ChromiumOS Authors
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+config EMUL_PS8811
+ bool "Parade PS8811 Emulator"
+ depends on DT_HAS_CROS_PS8811_EMUL_ENABLED
+ default y
+ help
+ Enable emulator for PS8811 retimer.
+
+config RETIMER_EMUL_LOG_LEVEL
+ int "Retimer emulator log level"
+ default 3 # Log level info \ No newline at end of file