]> Git Repo - J-u-boot.git/blame - drivers/Kconfig
arm: a37xx: pci: Don't spam about PIO Response Status
[J-u-boot.git] / drivers / Kconfig
CommitLineData
ed36323f
MY
1menu "Device Drivers"
2
3source "drivers/core/Kconfig"
4
e0bb89b1
BM
5# types of drivers sorted in alphabetical order
6
5decbf53
PM
7source "drivers/adc/Kconfig"
8
f2105c61
SG
9source "drivers/ata/Kconfig"
10
a63e54ab
MS
11source "drivers/axi/Kconfig"
12
e2bb0be2
MY
13source "drivers/bus/Kconfig"
14
e0bb89b1
BM
15source "drivers/block/Kconfig"
16
f31dac4e
IR
17source "drivers/bootcount/Kconfig"
18
30d66db7
PR
19source "drivers/button/Kconfig"
20
84b124db
DN
21source "drivers/cache/Kconfig"
22
776d2ef0
BM
23source "drivers/clk/Kconfig"
24
11f4dc15
SG
25source "drivers/cpu/Kconfig"
26
e0bb89b1 27source "drivers/crypto/Kconfig"
2a4eeadd 28
707cd012
LFT
29source "drivers/ddr/Kconfig"
30
e0bb89b1 31source "drivers/demo/Kconfig"
ed36323f 32
d26e34c4
YS
33source "drivers/ddr/fsl/Kconfig"
34
e0bb89b1 35source "drivers/dfu/Kconfig"
ed36323f 36
e0bb89b1 37source "drivers/dma/Kconfig"
ed36323f 38
312a10f1
AK
39source "drivers/fastboot/Kconfig"
40
573a3811
MY
41source "drivers/firmware/Kconfig"
42
6ded73aa
MS
43source "drivers/fpga/Kconfig"
44
e0bb89b1 45source "drivers/gpio/Kconfig"
ed36323f 46
7f84fc67
BG
47source "drivers/hwspinlock/Kconfig"
48
e0bb89b1 49source "drivers/i2c/Kconfig"
ed36323f
MY
50
51source "drivers/input/Kconfig"
52
5917112c
SG
53source "drivers/led/Kconfig"
54
6238935d
SW
55source "drivers/mailbox/Kconfig"
56
8f695232
LV
57source "drivers/memory/Kconfig"
58
e0bb89b1 59source "drivers/misc/Kconfig"
ed36323f 60
e0bb89b1 61source "drivers/mmc/Kconfig"
ed36323f 62
e0bb89b1 63source "drivers/mtd/Kconfig"
ed36323f 64
0ad40b24
JJH
65source "drivers/mux/Kconfig"
66
e0bb89b1 67source "drivers/net/Kconfig"
ed36323f 68
982388ea
ZZ
69source "drivers/nvme/Kconfig"
70
e0bb89b1
BM
71source "drivers/pci/Kconfig"
72
914026d2
RF
73source "drivers/pci_endpoint/Kconfig"
74
c882163b
SG
75source "drivers/pch/Kconfig"
76
72e5016f
JJH
77source "drivers/phy/Kconfig"
78
67685943
JT
79source "drivers/phy/allwinner/Kconfig"
80
3335786a
SR
81source "drivers/phy/marvell/Kconfig"
82
b0415d82
KH
83source "drivers/phy/socionext/Kconfig"
84
d90a5a30
MY
85source "drivers/pinctrl/Kconfig"
86
ed36323f
MY
87source "drivers/power/Kconfig"
88
fc760cb8
SG
89source "drivers/pwm/Kconfig"
90
247058b9
RW
91source "drivers/qe/Kconfig"
92
6c51df68
SG
93source "drivers/ram/Kconfig"
94
2541ce2c
NH
95source "drivers/reboot-mode/Kconfig"
96
ddf56bc7
NM
97source "drivers/remoteproc/Kconfig"
98
89c1e2da
SW
99source "drivers/reset/Kconfig"
100
a2487684
SG
101source "drivers/rng/Kconfig"
102
e0bb89b1 103source "drivers/rtc/Kconfig"
ed36323f 104
0fcd48fe
SG
105source "drivers/scsi/Kconfig"
106
e0bb89b1 107source "drivers/serial/Kconfig"
ed36323f 108
654dd4a8
RF
109source "drivers/smem/Kconfig"
110
ed36323f
MY
111source "drivers/sound/Kconfig"
112
432f66fe
GS
113source "drivers/soc/Kconfig"
114
e0bb89b1 115source "drivers/spi/Kconfig"
ed36323f 116
04868b40
MK
117source "drivers/spmi/Kconfig"
118
3a8ee3df
SG
119source "drivers/sysinfo/Kconfig"
120
b25732c2
MF
121source "drivers/sysreset/Kconfig"
122
9ff4a311
JW
123source "drivers/tee/Kconfig"
124
e0bb89b1 125source "drivers/thermal/Kconfig"
ed36323f 126
c8a7ba9e
TC
127source "drivers/timer/Kconfig"
128
e0bb89b1 129source "drivers/tpm/Kconfig"
ed36323f 130
e0bb89b1 131source "drivers/usb/Kconfig"
ed36323f 132
7feafb0a
FA
133source "drivers/ufs/Kconfig"
134
e0bb89b1 135source "drivers/video/Kconfig"
ed36323f 136
8fb49b4c
BM
137source "drivers/virtio/Kconfig"
138
d3e19cf9
MR
139source "drivers/w1/Kconfig"
140
c924ee25
MR
141source "drivers/w1-eeprom/Kconfig"
142
e0bb89b1 143source "drivers/watchdog/Kconfig"
f94a1bed 144
722bc5b5
AL
145source "drivers/xen/Kconfig"
146
927c1fa2 147config PHYS_TO_BUS
c9bb942e 148 bool "Custom physical to bus address mapping"
927c1fa2
SW
149 help
150 Some SoCs use a different address map for CPU physical addresses and
151 peripheral DMA master accesses. If yours does, select this option in
152 your platform's Kconfig, and implement the appropriate mapping
153 functions in your platform's support code.
99385b6b
BM
154
155endmenu
This page took 0.350893 seconds and 4 git commands to generate.