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