Since Yadro, Intel and many other manufactures use ASPEED-based BMCs with attached ATMEL AT24X EEPROM devices, the qemu-device AT24C must be added to ASPEED_SOC dependencies.
Signed-off-by: Igor Kononenko <i.konone...@yadro.com> Change-Id: Ibf4fb7a3057bd43998c94d44609f402d3f088863 --- hw/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig index 2de34f0b73..0c6a032190 100644 --- a/hw/arm/Kconfig +++ b/hw/arm/Kconfig @@ -367,6 +367,7 @@ config ASPEED_SOC select IBM_CFFPS select IR35221 select APB2OPB_ASPEED + select AT24C config MPS2 bool -- 2.17.1