diff options
Diffstat (limited to 'hw/misc/Kconfig')
| -rw-r--r-- | hw/misc/Kconfig | 5 |
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 |