]>
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 |
82f51817 PB |
30 | source scsi/Kconfig |
31 | source sd/Kconfig | |
16932bb7 | 32 | source semihosting/Kconfig |
82f51817 PB |
33 | source smbios/Kconfig |
34 | source ssi/Kconfig | |
35 | source timer/Kconfig | |
36 | source tpm/Kconfig | |
37 | source usb/Kconfig | |
38 | source virtio/Kconfig | |
39 | source vfio/Kconfig | |
40 | source watchdog/Kconfig | |
41 | ||
42 | # arch Kconfig | |
43 | source arm/Kconfig | |
44 | source alpha/Kconfig | |
45 | source cris/Kconfig | |
46 | source hppa/Kconfig | |
47 | source i386/Kconfig | |
48 | source lm32/Kconfig | |
49 | source m68k/Kconfig | |
50 | source microblaze/Kconfig | |
51 | source mips/Kconfig | |
52 | source moxie/Kconfig | |
53 | source nios2/Kconfig | |
54 | source openrisc/Kconfig | |
55 | source ppc/Kconfig | |
56 | source riscv/Kconfig | |
57 | source s390x/Kconfig | |
58 | source sh4/Kconfig | |
59 | source sparc/Kconfig | |
60 | source sparc64/Kconfig | |
61 | source tricore/Kconfig | |
62 | source unicore32/Kconfig | |
63 | source xtensa/Kconfig | |
64 | ||
65 | # Symbols used by multiple targets | |
c3a98aa5 PB |
66 | config TEST_DEVICES |
67 | bool | |
68 | ||
82f51817 PB |
69 | config XILINX |
70 | bool | |
9533dcdd | 71 | select PTIMER # for hw/timer/xilinx_timer.c |
82f51817 PB |
72 | |
73 | config XILINX_AXI | |
74 | bool | |
9533dcdd | 75 | select PTIMER # for hw/dma/xilinx_axidma.c |