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