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