]> git.proxmox.com Git - mirror_qemu.git/blame - hw/Kconfig
adc: Move the max111x driver to the adc directory
[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
35source smbios/Kconfig
36source ssi/Kconfig
37source timer/Kconfig
38source tpm/Kconfig
39source usb/Kconfig
40source virtio/Kconfig
41source vfio/Kconfig
42source watchdog/Kconfig
43
44# arch Kconfig
45source arm/Kconfig
46source alpha/Kconfig
50486d63 47source avr/Kconfig
82f51817
PB
48source cris/Kconfig
49source hppa/Kconfig
50source i386/Kconfig
82f51817
PB
51source m68k/Kconfig
52source microblaze/Kconfig
53source mips/Kconfig
82f51817
PB
54source nios2/Kconfig
55source openrisc/Kconfig
56source ppc/Kconfig
57source riscv/Kconfig
0c80f50f 58source rx/Kconfig
82f51817
PB
59source s390x/Kconfig
60source sh4/Kconfig
61source sparc/Kconfig
62source sparc64/Kconfig
63source tricore/Kconfig
82f51817
PB
64source xtensa/Kconfig
65
66# Symbols used by multiple targets
c3a98aa5
PB
67config TEST_DEVICES
68 bool
69
82f51817
PB
70config XILINX
71 bool
9533dcdd 72 select PTIMER # for hw/timer/xilinx_timer.c
82f51817
PB
73
74config XILINX_AXI
75 bool
9533dcdd 76 select PTIMER # for hw/dma/xilinx_axidma.c
193d78a1
PMD
77
78config XLNX_ZYNQMP
79 bool
883e150f 80 select REGISTER
98e5d7a2 81 select CAN_BUS
e022f2a2 82 select PTIMER