hw/arm/aspeed: Add missing Kconfig dependencies on optional components
Add missing Kconfig optional dependencies to avoid the following runtime error: qemu-system-aarch64: -device loader,force-raw=on,addr=0x400000000,file=./u-boot.bin: 'loader' is not a valid device model name qemu-system-aarch64: -device e1000e,netdev=net1,bus=pcie.2: 'e1000e' is not a valid device model name Signed-off-by: Philippe Mathieu-Daudé <philmd@oss.qualcomm.com> Reviewed-by: Cédric Le Goater <clg@redhat.com> Link: https://lore.kernel.org/qemu-devel/20260709164103.37614-4-philmd@oss.qualcomm.com Signed-off-by: Cédric Le Goater <clg@redhat.com>
Philippe Mathieu-Daudé committed
Jul 9, 2026 at 18:41 UTC
826f9765c0681167eb427f1aafd2fe2c5f3c1f6c
1 file changed
+2
hw/arm/Kconfig
+2
@@ -533,7 +533,9 @@ config ASPEED_SOC
533
bool
534
default y
535
depends on TCG && ARM
536
+ imply GENERIC_LOADER
537
imply PCI_DEVICES
538
+ imply E1000E_PCI_EXPRESS
539
select DS1338
540
select FTGMAC100
541
select I2C