On Mon, 2024-10-28 at 18:14 +0000, Patrick Leis wrote: > Enable AT24C with ASPEED in the KConfig because the boards build this > device. > > Signed-off-by: Patrick Leis <vent...@google.com>
I was wondering how we haven't hit problems before now. Poking around with scripts/minikconf.py for an arm-softmmu build we get: # config AT24C depends on I2C # select AT24C if NPCM7XX # => AT24C is now True # config AT24C default y if E500 # config AT24C default n Seems reasonable that the Aspeed models should select it themselves given they depend on the symbols. Reviewed-by: Andrew Jeffery <and...@codeconstruct.com.au>