]> git.ipfire.org Git - people/ms/u-boot.git/blame - drivers/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-uniphier
[people/ms/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
e0bb89b1
BM
9source "drivers/block/Kconfig"
10
776d2ef0
BM
11source "drivers/clk/Kconfig"
12
11f4dc15
SG
13source "drivers/cpu/Kconfig"
14
e0bb89b1 15source "drivers/crypto/Kconfig"
2a4eeadd 16
e0bb89b1 17source "drivers/demo/Kconfig"
ed36323f 18
e0bb89b1 19source "drivers/dfu/Kconfig"
ed36323f 20
e0bb89b1 21source "drivers/dma/Kconfig"
ed36323f 22
6ded73aa
MS
23source "drivers/fpga/Kconfig"
24
e0bb89b1 25source "drivers/gpio/Kconfig"
ed36323f 26
e0bb89b1 27source "drivers/hwmon/Kconfig"
ed36323f 28
e0bb89b1 29source "drivers/i2c/Kconfig"
ed36323f
MY
30
31source "drivers/input/Kconfig"
32
5917112c
SG
33source "drivers/led/Kconfig"
34
6238935d
SW
35source "drivers/mailbox/Kconfig"
36
8f695232
LV
37source "drivers/memory/Kconfig"
38
e0bb89b1 39source "drivers/misc/Kconfig"
ed36323f 40
e0bb89b1 41source "drivers/mmc/Kconfig"
ed36323f 42
e0bb89b1 43source "drivers/mtd/Kconfig"
ed36323f 44
e0bb89b1 45source "drivers/net/Kconfig"
ed36323f 46
e0bb89b1
BM
47source "drivers/pci/Kconfig"
48
49source "drivers/pcmcia/Kconfig"
ed36323f 50
d90a5a30
MY
51source "drivers/pinctrl/Kconfig"
52
ed36323f
MY
53source "drivers/power/Kconfig"
54
fc760cb8
SG
55source "drivers/pwm/Kconfig"
56
6c51df68
SG
57source "drivers/ram/Kconfig"
58
ddf56bc7
NM
59source "drivers/remoteproc/Kconfig"
60
89c1e2da
SW
61source "drivers/reset/Kconfig"
62
e0bb89b1 63source "drivers/rtc/Kconfig"
ed36323f 64
e0bb89b1 65source "drivers/serial/Kconfig"
ed36323f
MY
66
67source "drivers/sound/Kconfig"
68
e0bb89b1 69source "drivers/spi/Kconfig"
ed36323f 70
04868b40
MK
71source "drivers/spmi/Kconfig"
72
b25732c2
MF
73source "drivers/sysreset/Kconfig"
74
e0bb89b1 75source "drivers/thermal/Kconfig"
ed36323f 76
c8a7ba9e
TC
77source "drivers/timer/Kconfig"
78
e0bb89b1 79source "drivers/tpm/Kconfig"
ed36323f 80
e0bb89b1 81source "drivers/usb/Kconfig"
ed36323f 82
e0bb89b1 83source "drivers/video/Kconfig"
ed36323f 84
e0bb89b1 85source "drivers/watchdog/Kconfig"
f94a1bed 86
927c1fa2 87config PHYS_TO_BUS
c9bb942e 88 bool "Custom physical to bus address mapping"
927c1fa2
SW
89 help
90 Some SoCs use a different address map for CPU physical addresses and
91 peripheral DMA master accesses. If yours does, select this option in
92 your platform's Kconfig, and implement the appropriate mapping
93 functions in your platform's support code.
99385b6b
BM
94
95endmenu