]> git.proxmox.com Git - mirror_qemu.git/blame - hw/Kconfig
target/ppc: fix vextu[bhw][lr]x helpers
[mirror_qemu.git] / hw / Kconfig
CommitLineData
82f51817
PB
1# devices Kconfig
2source 9pfs/Kconfig
3source acpi/Kconfig
4source adc/Kconfig
5source audio/Kconfig
6source block/Kconfig
82f51817
PB
7source char/Kconfig
8source core/Kconfig
9source display/Kconfig
10source dma/Kconfig
11source gpio/Kconfig
12source hyperv/Kconfig
13source i2c/Kconfig
14source ide/Kconfig
15source input/Kconfig
16source intc/Kconfig
17source ipack/Kconfig
18source ipmi/Kconfig
19source isa/Kconfig
20source mem/Kconfig
21source misc/Kconfig
22source net/Kconfig
fa2ba3b8 23source nubus/Kconfig
88eea45c 24source nvme/Kconfig
82f51817
PB
25source nvram/Kconfig
26source pci-bridge/Kconfig
27source pci-host/Kconfig
28source pcmcia/Kconfig
29source pci/Kconfig
d6c1bd4a 30source rdma/Kconfig
3090de69 31source remote/Kconfig
877c181c 32source rtc/Kconfig
82f51817
PB
33source scsi/Kconfig
34source sd/Kconfig
5e9ae4b1 35source sensor/Kconfig
82f51817
PB
36source smbios/Kconfig
37source ssi/Kconfig
38source timer/Kconfig
39source tpm/Kconfig
40source usb/Kconfig
41source virtio/Kconfig
42source vfio/Kconfig
43source watchdog/Kconfig
44
45# arch Kconfig
46source arm/Kconfig
47source alpha/Kconfig
50486d63 48source avr/Kconfig
82f51817
PB
49source cris/Kconfig
50source hppa/Kconfig
51source i386/Kconfig
82f51817
PB
52source m68k/Kconfig
53source microblaze/Kconfig
54source mips/Kconfig
82f51817
PB
55source nios2/Kconfig
56source openrisc/Kconfig
57source ppc/Kconfig
58source riscv/Kconfig
0c80f50f 59source rx/Kconfig
82f51817
PB
60source s390x/Kconfig
61source sh4/Kconfig
62source sparc/Kconfig
63source sparc64/Kconfig
64source tricore/Kconfig
82f51817
PB
65source xtensa/Kconfig
66
67# Symbols used by multiple targets
c3a98aa5
PB
68config TEST_DEVICES
69 bool
70
82f51817
PB
71config XILINX
72 bool
9533dcdd 73 select PTIMER # for hw/timer/xilinx_timer.c
82f51817
PB
74
75config XILINX_AXI
76 bool
9533dcdd 77 select PTIMER # for hw/dma/xilinx_axidma.c
193d78a1
PMD
78
79config XLNX_ZYNQMP
80 bool
883e150f 81 select REGISTER
98e5d7a2 82 select CAN_BUS
e022f2a2 83 select PTIMER