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