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