aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/Kconfig
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@redhat.com>2021-05-13 08:55:50 +0200
committerPhilippe Mathieu-Daudé <philmd@redhat.com>2021-07-20 15:31:00 +0200
commitd43bb04c844dc6de78aa14e8e944d8302e24200a (patch)
tree51e3f95e408d64a3c6fd199c55e2b705d2a5c69f /hw/arm/Kconfig
parent27d764c9c0749027578351cf018e02d25e8e3f71 (diff)
downloadqemu-d43bb04c844dc6de78aa14e8e944d8302e24200a.zip
qemu-d43bb04c844dc6de78aa14e8e944d8302e24200a.tar.gz
qemu-d43bb04c844dc6de78aa14e8e944d8302e24200a.tar.bz2
hw/arm/Kconfig: Add missing dependency NPCM7XX -> SMBUS
The TYPE_NPCM7XX_SMBUS device model exposes an SMBus, but this isn't advertised with proper Kconfig symbol, leading to an early build failure when building NPCM7XX machines standalone: The following clauses were found for AT24C config AT24C depends on I2C select AT24C if NPCM7XX Fix by adding SMBUS to NPCM7XX. Fixes: 94e77879395 ("hw/i2c: Implement NPCM7XX SMBus Module Single Mode") Reviewed-by: Hao Wu <wuhaotsh@google.com> Acked-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20210515173716.358295-4-philmd@redhat.com>
Diffstat (limited to 'hw/arm/Kconfig')
-rw-r--r--hw/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig
index 90b19c0..4a994f3 100644
--- a/hw/arm/Kconfig
+++ b/hw/arm/Kconfig
@@ -388,6 +388,7 @@ config NPCM7XX
select A9MPCORE
select ADM1272
select ARM_GIC
+ select SMBUS
select AT24C # EEPROM
select MAX34451
select PL310 # cache controller