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