[PATCH 5/6] hw/arm: imply I2C_DEVICES on NPCM7xx

Titus Rwantare posted 6 patches 2 weeks, 2 days ago
[PATCH 5/6] hw/arm: imply I2C_DEVICES on NPCM7xx
Posted by Titus Rwantare 2 weeks, 2 days ago
Signed-off-by: Titus Rwantare <titusr@google.com>
---
 hw/arm/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig
index 1b25e73578..30480dad7b 100644
--- a/hw/arm/Kconfig
+++ b/hw/arm/Kconfig
@@ -465,6 +465,7 @@ config NPCM7XX
     bool
     default y
     depends on TCG && ARM
+    imply I2C_DEVICES
     select A9MPCORE
     select ADM1266
     select ADM1272
-- 
2.47.0.277.g8800431eea-goog