]> git.ipfire.org Git - thirdparty/u-boot.git/blame - drivers/Kconfig
Merge tag 'u-boot-atmel-2019.07-a' of git://git.denx.de/u-boot-atmel
[thirdparty/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
e0bb89b1
BM
13source "drivers/block/Kconfig"
14
f31dac4e
IR
15source "drivers/bootcount/Kconfig"
16
776d2ef0
BM
17source "drivers/clk/Kconfig"
18
11f4dc15
SG
19source "drivers/cpu/Kconfig"
20
e0bb89b1 21source "drivers/crypto/Kconfig"
2a4eeadd 22
707cd012
LFT
23source "drivers/ddr/Kconfig"
24
e0bb89b1 25source "drivers/demo/Kconfig"
ed36323f 26
5381c285
MS
27source "drivers/board/Kconfig"
28
d26e34c4
YS
29source "drivers/ddr/fsl/Kconfig"
30
e0bb89b1 31source "drivers/dfu/Kconfig"
ed36323f 32
e0bb89b1 33source "drivers/dma/Kconfig"
ed36323f 34
312a10f1
AK
35source "drivers/fastboot/Kconfig"
36
573a3811
MY
37source "drivers/firmware/Kconfig"
38
6ded73aa
MS
39source "drivers/fpga/Kconfig"
40
e0bb89b1 41source "drivers/gpio/Kconfig"
ed36323f 42
7f84fc67
BG
43source "drivers/hwspinlock/Kconfig"
44
e0bb89b1 45source "drivers/i2c/Kconfig"
ed36323f
MY
46
47source "drivers/input/Kconfig"
48
5917112c
SG
49source "drivers/led/Kconfig"
50
6238935d
SW
51source "drivers/mailbox/Kconfig"
52
8f695232
LV
53source "drivers/memory/Kconfig"
54
e0bb89b1 55source "drivers/misc/Kconfig"
ed36323f 56
e0bb89b1 57source "drivers/mmc/Kconfig"
ed36323f 58
e0bb89b1 59source "drivers/mtd/Kconfig"
ed36323f 60
e0bb89b1 61source "drivers/net/Kconfig"
ed36323f 62
982388ea
ZZ
63source "drivers/nvme/Kconfig"
64
e0bb89b1
BM
65source "drivers/pci/Kconfig"
66
c882163b
SG
67source "drivers/pch/Kconfig"
68
e0bb89b1 69source "drivers/pcmcia/Kconfig"
ed36323f 70
72e5016f
JJH
71source "drivers/phy/Kconfig"
72
67685943
JT
73source "drivers/phy/allwinner/Kconfig"
74
3335786a
SR
75source "drivers/phy/marvell/Kconfig"
76
d90a5a30
MY
77source "drivers/pinctrl/Kconfig"
78
ed36323f
MY
79source "drivers/power/Kconfig"
80
fc760cb8
SG
81source "drivers/pwm/Kconfig"
82
247058b9
RW
83source "drivers/qe/Kconfig"
84
6c51df68
SG
85source "drivers/ram/Kconfig"
86
ddf56bc7
NM
87source "drivers/remoteproc/Kconfig"
88
89c1e2da
SW
89source "drivers/reset/Kconfig"
90
e0bb89b1 91source "drivers/rtc/Kconfig"
ed36323f 92
0fcd48fe
SG
93source "drivers/scsi/Kconfig"
94
e0bb89b1 95source "drivers/serial/Kconfig"
ed36323f 96
654dd4a8
RF
97source "drivers/smem/Kconfig"
98
ed36323f
MY
99source "drivers/sound/Kconfig"
100
e0bb89b1 101source "drivers/spi/Kconfig"
ed36323f 102
04868b40
MK
103source "drivers/spmi/Kconfig"
104
b25732c2
MF
105source "drivers/sysreset/Kconfig"
106
9ff4a311
JW
107source "drivers/tee/Kconfig"
108
e0bb89b1 109source "drivers/thermal/Kconfig"
ed36323f 110
c8a7ba9e
TC
111source "drivers/timer/Kconfig"
112
e0bb89b1 113source "drivers/tpm/Kconfig"
ed36323f 114
e0bb89b1 115source "drivers/usb/Kconfig"
ed36323f 116
e0bb89b1 117source "drivers/video/Kconfig"
ed36323f 118
8fb49b4c
BM
119source "drivers/virtio/Kconfig"
120
d3e19cf9
MR
121source "drivers/w1/Kconfig"
122
c924ee25
MR
123source "drivers/w1-eeprom/Kconfig"
124
e0bb89b1 125source "drivers/watchdog/Kconfig"
f94a1bed 126
927c1fa2 127config PHYS_TO_BUS
c9bb942e 128 bool "Custom physical to bus address mapping"
927c1fa2
SW
129 help
130 Some SoCs use a different address map for CPU physical addresses and
131 peripheral DMA master accesses. If yours does, select this option in
132 your platform's Kconfig, and implement the appropriate mapping
133 functions in your platform's support code.
99385b6b
BM
134
135endmenu