summary refs log tree commit diff stats
path: root/hw/misc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'hw/misc/Kconfig')
-rw-r--r--hw/misc/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/misc/Kconfig b/hw/misc/Kconfig
index 858277bb60..dba41afe67 100644
--- a/hw/misc/Kconfig
+++ b/hw/misc/Kconfig
@@ -34,6 +34,11 @@ config PCA9552
     bool
     depends on I2C
 
+config I2C_ECHO
+    bool
+    default y if TEST_DEVICES
+    depends on I2C
+
 config PL310
     bool