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 usb/Kconfig 42source virtio/Kconfig 43source vfio/Kconfig 44source xen/Kconfig 45source watchdog/Kconfig 46 47# arch Kconfig 48source arm/Kconfig 49source alpha/Kconfig 50source avr/Kconfig 51source cris/Kconfig 52source hppa/Kconfig 53source i386/Kconfig 54source loongarch/Kconfig 55source m68k/Kconfig 56source microblaze/Kconfig 57source mips/Kconfig 58source nios2/Kconfig 59source openrisc/Kconfig 60source ppc/Kconfig 61source riscv/Kconfig 62source rx/Kconfig 63source s390x/Kconfig 64source sh4/Kconfig 65source sparc/Kconfig 66source sparc64/Kconfig 67source tricore/Kconfig 68source xtensa/Kconfig 69 70# Symbols used by multiple targets 71config TEST_DEVICES 72 bool 73 74config XILINX 75 bool 76 select PTIMER # for hw/timer/xilinx_timer.c 77 78config XILINX_AXI 79 bool 80 select PTIMER # for hw/dma/xilinx_axidma.c 81 82config XLNX_ZYNQMP 83 bool 84 select REGISTER 85 select CAN_BUS 86 select PTIMER 87 select XLNX_BBRAM 88 select XLNX_EFUSE_ZYNQMP 89