]> git.proxmox.com Git - mirror_qemu.git/blame - hw/Kconfig
vt82c686: Fix superio_cfg_{read,write}() functions
[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
82f51817
PB
24source nvram/Kconfig
25source pci-bridge/Kconfig
26source pci-host/Kconfig
27source pcmcia/Kconfig
28source pci/Kconfig
d6c1bd4a 29source rdma/Kconfig
3090de69 30source remote/Kconfig
877c181c 31source rtc/Kconfig
82f51817
PB
32source scsi/Kconfig
33source sd/Kconfig
16932bb7 34source semihosting/Kconfig
82f51817
PB
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
51source lm32/Kconfig
52source m68k/Kconfig
53source microblaze/Kconfig
54source mips/Kconfig
55source moxie/Kconfig
56source nios2/Kconfig
57source openrisc/Kconfig
58source ppc/Kconfig
59source riscv/Kconfig
0c80f50f 60source rx/Kconfig
82f51817
PB
61source s390x/Kconfig
62source sh4/Kconfig
63source sparc/Kconfig
64source sparc64/Kconfig
65source tricore/Kconfig
66source unicore32/Kconfig
67source xtensa/Kconfig
68
69# Symbols used by multiple targets
c3a98aa5
PB
70config TEST_DEVICES
71 bool
72
82f51817
PB
73config XILINX
74 bool
9533dcdd 75 select PTIMER # for hw/timer/xilinx_timer.c
82f51817
PB
76
77config XILINX_AXI
78 bool
9533dcdd 79 select PTIMER # for hw/dma/xilinx_axidma.c
193d78a1
PMD
80
81config XLNX_ZYNQMP
82 bool
883e150f 83 select REGISTER
98e5d7a2 84 select CAN_BUS
e022f2a2 85 select PTIMER