From deb771d8f3b3e3721d45ad51b6c3364b907ce891 Mon Sep 17 00:00:00 2001 From: Patrick Leis Date: Mon, 28 Oct 2024 18:14:20 +0000 Subject: hw/arm: enable at24c with aspeed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Enable AT24C with ASPEED in the KConfig because the boards build this device. Signed-off-by: Patrick Leis Reviewed-by: Hao Wu Reviewed-by: Andrew Jeffery Reviewed-by: Philippe Mathieu-Daudé --- hw/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig index e7fd9338d1..1b25e73578 100644 --- a/hw/arm/Kconfig +++ b/hw/arm/Kconfig @@ -539,6 +539,7 @@ config ASPEED_SOC select PMBUS select MAX31785 select FSI_APB2OPB_ASPEED + select AT24C config MPS2 bool -- cgit v1.2.3