diff options
Diffstat (limited to 'hw/misc/Kconfig')
-rw-r--r-- | hw/misc/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/misc/Kconfig b/hw/misc/Kconfig index 41d8633f78..5f63701134 100644 --- a/hw/misc/Kconfig +++ b/hw/misc/Kconfig @@ -7,9 +7,11 @@ config MAX111X config TMP105 bool + depends on I2C config TMP421 bool + depends on I2C config ISA_DEBUG bool @@ -36,6 +38,7 @@ config EDU config PCA9552 bool + depends on I2C config PL310 bool @@ -102,5 +105,6 @@ config PVPANIC config AUX bool + select I2C source macio/Kconfig |