1# devices Kconfig 2source 9pfs/Kconfig 3source acpi/Kconfig 4source adc/Kconfig 5source audio/Kconfig 6source block/Kconfig 7source char/Kconfig 8source core/Kconfig 9source cxl/Kconfig 10source display/Kconfig 11source dma/Kconfig 12source fsi/Kconfig 13source gpio/Kconfig 14source hyperv/Kconfig 15source i2c/Kconfig 16source i3c/Kconfig 17source ide/Kconfig 18source input/Kconfig 19source intc/Kconfig 20source ipack/Kconfig 21source ipmi/Kconfig 22source isa/Kconfig 23source mem/Kconfig 24source misc/Kconfig 25source net/Kconfig 26source nubus/Kconfig 27source nvme/Kconfig 28source nvram/Kconfig 29source pci-bridge/Kconfig 30source pci-host/Kconfig 31source pcmcia/Kconfig 32source pci/Kconfig 33source rdma/Kconfig 34source remote/Kconfig 35source rtc/Kconfig 36source scsi/Kconfig 37source sd/Kconfig 38source sensor/Kconfig 39source smbios/Kconfig 40source ssi/Kconfig 41source timer/Kconfig 42source tpm/Kconfig 43source usb/Kconfig 44source virtio/Kconfig 45source vfio/Kconfig 46source xen/Kconfig 47source watchdog/Kconfig 48 49# arch Kconfig 50source arm/Kconfig 51source alpha/Kconfig 52source avr/Kconfig 53source cris/Kconfig 54source hppa/Kconfig 55source i386/Kconfig 56source loongarch/Kconfig 57source m68k/Kconfig 58source microblaze/Kconfig 59source mips/Kconfig 60source nios2/Kconfig 61source openrisc/Kconfig 62source ppc/Kconfig 63source riscv/Kconfig 64source rx/Kconfig 65source s390x/Kconfig 66source sh4/Kconfig 67source sparc/Kconfig 68source sparc64/Kconfig 69source tricore/Kconfig 70source xtensa/Kconfig 71 72# Symbols used by multiple targets 73config TEST_DEVICES 74 bool 75 76config XILINX 77 bool 78 select PTIMER # for hw/timer/xilinx_timer.c 79 80config XILINX_AXI 81 bool 82 select PTIMER # for hw/dma/xilinx_axidma.c 83 84config XLNX_ZYNQMP 85 bool 86 select REGISTER 87 select CAN_BUS 88 select PTIMER 89 select XLNX_BBRAM 90 select XLNX_EFUSE_ZYNQMP 91