mirror of
https://github.com/qemu/qemu.git
synced 2026-04-05 22:00:58 +00:00
Moves the Aspeed I3C model and traces into hw/i3c and creates I3C build files. Signed-off-by: Joe Komlodi <komlodi@google.com> Reviewed-by: Patrick Venture <venture@google.com> Reviewed-by: Titus Rwantare <titusr@google.com> Reviewed-by: Cédric Le Goater <clg@redhat.com> Reviewed-by: Jamin Lin <jamin_lin@aspeedtech.com> Signed-off-by: Jamin Lin <jamin_lin@aspeedtech.com> Tested-by: Jithu Joseph <jithu.joseph@oss.qualcomm.com> Link: https://lore.kernel.org/qemu-devel/20260225021158.1586584-2-jamin_lin@aspeedtech.com Signed-off-by: Cédric Le Goater <clg@redhat.com>
93 lines
1.8 KiB
Plaintext
93 lines
1.8 KiB
Plaintext
# devices Kconfig
|
|
source 9pfs/Kconfig
|
|
source acpi/Kconfig
|
|
source adc/Kconfig
|
|
source audio/Kconfig
|
|
source block/Kconfig
|
|
source char/Kconfig
|
|
source core/Kconfig
|
|
source cxl/Kconfig
|
|
source display/Kconfig
|
|
source dma/Kconfig
|
|
source fsi/Kconfig
|
|
source gpio/Kconfig
|
|
source hyperv/Kconfig
|
|
source i2c/Kconfig
|
|
source i3c/Kconfig
|
|
source ide/Kconfig
|
|
source input/Kconfig
|
|
source intc/Kconfig
|
|
source ipack/Kconfig
|
|
source ipmi/Kconfig
|
|
source isa/Kconfig
|
|
source mem/Kconfig
|
|
source misc/Kconfig
|
|
source net/Kconfig
|
|
source nitro/Kconfig
|
|
source nubus/Kconfig
|
|
source nvme/Kconfig
|
|
source nvram/Kconfig
|
|
source pci-bridge/Kconfig
|
|
source pci-host/Kconfig
|
|
source pci/Kconfig
|
|
source remote/Kconfig
|
|
source rtc/Kconfig
|
|
source scsi/Kconfig
|
|
source sd/Kconfig
|
|
source sensor/Kconfig
|
|
source smbios/Kconfig
|
|
source ssi/Kconfig
|
|
source timer/Kconfig
|
|
source tpm/Kconfig
|
|
source uefi/Kconfig
|
|
source ufs/Kconfig
|
|
source usb/Kconfig
|
|
source virtio/Kconfig
|
|
source vfio/Kconfig
|
|
source vfio-user/Kconfig
|
|
source vmapple/Kconfig
|
|
source xen/Kconfig
|
|
source watchdog/Kconfig
|
|
|
|
# arch Kconfig
|
|
source arm/Kconfig
|
|
source cpu/Kconfig
|
|
source alpha/Kconfig
|
|
source avr/Kconfig
|
|
source hppa/Kconfig
|
|
source i386/Kconfig
|
|
source loongarch/Kconfig
|
|
source m68k/Kconfig
|
|
source microblaze/Kconfig
|
|
source mips/Kconfig
|
|
source or1k/Kconfig
|
|
source ppc/Kconfig
|
|
source riscv/Kconfig
|
|
source rx/Kconfig
|
|
source s390x/Kconfig
|
|
source sh4/Kconfig
|
|
source sparc/Kconfig
|
|
source sparc64/Kconfig
|
|
source tricore/Kconfig
|
|
source xtensa/Kconfig
|
|
|
|
# Symbols used by multiple targets
|
|
config TEST_DEVICES
|
|
bool
|
|
|
|
config XILINX
|
|
bool
|
|
select PTIMER # for hw/timer/xilinx_timer.c
|
|
|
|
config XILINX_AXI
|
|
bool
|
|
select PTIMER # for hw/dma/xilinx_axidma.c
|
|
|
|
config XLNX_ZYNQMP
|
|
bool
|
|
select REGISTER
|
|
select CAN_BUS
|
|
select PTIMER
|
|
select XLNX_BBRAM
|
|
select XLNX_EFUSE_ZYNQMP
|