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