Hello Ed,
On 7/1/25 22:33, Ed Tanous wrote:
From: Ed Tanous <e...@tanous.net>
There are arm targets that are connected to this io expander,
specifically some varieties of Aspeed 2600 BMCs. Add it to Kconfig to
allow use.
Signed-off-by: Ed Tanous <etan...@nvidia.com>
---
hw/arm/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig
index f543d944c3..6ea86534d5 100644
--- a/hw/arm/Kconfig
+++ b/hw/arm/Kconfig
@@ -532,6 +532,7 @@ config ASPEED_SOC
select I2C
select DPS310
select PCA9552
+ select PCA9554
select SERIAL_MM
select SMBUS_EEPROM
select PCA954X
This was already added by Patrick in patch :
https://lore.kernel.org/qemu-devel/20250619151458.2831859-1-patr...@stwcx.xyz/
which should be pushed by the end the week.
Thanks,
C.