]>
Commit | Line | Data |
---|---|---|
82f51817 PB |
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 bt/Kconfig | |
8 | source char/Kconfig | |
9 | source core/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 nvram/Kconfig | |
25 | source pci-bridge/Kconfig | |
26 | source pci-host/Kconfig | |
27 | source pcmcia/Kconfig | |
28 | source pci/Kconfig | |
d6c1bd4a | 29 | source rdma/Kconfig |
877c181c | 30 | source rtc/Kconfig |
82f51817 PB |
31 | source scsi/Kconfig |
32 | source sd/Kconfig | |
16932bb7 | 33 | source semihosting/Kconfig |
82f51817 PB |
34 | source smbios/Kconfig |
35 | source ssi/Kconfig | |
36 | source timer/Kconfig | |
37 | source tpm/Kconfig | |
38 | source usb/Kconfig | |
39 | source virtio/Kconfig | |
40 | source vfio/Kconfig | |
41 | source watchdog/Kconfig | |
42 | ||
43 | # arch Kconfig | |
44 | source arm/Kconfig | |
45 | source alpha/Kconfig | |
46 | source cris/Kconfig | |
47 | source hppa/Kconfig | |
48 | source i386/Kconfig | |
49 | source lm32/Kconfig | |
50 | source m68k/Kconfig | |
51 | source microblaze/Kconfig | |
52 | source mips/Kconfig | |
53 | source moxie/Kconfig | |
54 | source nios2/Kconfig | |
55 | source openrisc/Kconfig | |
56 | source ppc/Kconfig | |
57 | source riscv/Kconfig | |
58 | source s390x/Kconfig | |
59 | source sh4/Kconfig | |
60 | source sparc/Kconfig | |
61 | source sparc64/Kconfig | |
62 | source tricore/Kconfig | |
63 | source unicore32/Kconfig | |
64 | source xtensa/Kconfig | |
65 | ||
66 | # Symbols used by multiple targets | |
c3a98aa5 PB |
67 | config TEST_DEVICES |
68 | bool | |
69 | ||
82f51817 PB |
70 | config XILINX |
71 | bool | |
9533dcdd | 72 | select PTIMER # for hw/timer/xilinx_timer.c |
82f51817 PB |
73 | |
74 | config XILINX_AXI | |
75 | bool | |
9533dcdd | 76 | select PTIMER # for hw/dma/xilinx_axidma.c |
193d78a1 PMD |
77 | |
78 | config XLNX_ZYNQMP | |
79 | bool | |
883e150f | 80 | select REGISTER |