]> git.ipfire.org Git - people/ms/u-boot.git/blame - drivers/Kconfig
drivers/power/pmic/pm8916.c: Make usid be uint32_t
[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
e0bb89b1 23source "drivers/gpio/Kconfig"
ed36323f 24
e0bb89b1 25source "drivers/hwmon/Kconfig"
ed36323f 26
e0bb89b1 27source "drivers/i2c/Kconfig"
ed36323f
MY
28
29source "drivers/input/Kconfig"
30
5917112c
SG
31source "drivers/led/Kconfig"
32
e0bb89b1 33source "drivers/misc/Kconfig"
ed36323f 34
e0bb89b1 35source "drivers/mmc/Kconfig"
ed36323f 36
e0bb89b1 37source "drivers/mtd/Kconfig"
ed36323f 38
e0bb89b1 39source "drivers/net/Kconfig"
ed36323f 40
e0bb89b1
BM
41source "drivers/pci/Kconfig"
42
43source "drivers/pcmcia/Kconfig"
ed36323f 44
d90a5a30
MY
45source "drivers/pinctrl/Kconfig"
46
ed36323f
MY
47source "drivers/power/Kconfig"
48
fc760cb8
SG
49source "drivers/pwm/Kconfig"
50
6c51df68
SG
51source "drivers/ram/Kconfig"
52
ddf56bc7
NM
53source "drivers/remoteproc/Kconfig"
54
e0bb89b1 55source "drivers/rtc/Kconfig"
ed36323f 56
e0bb89b1 57source "drivers/serial/Kconfig"
ed36323f
MY
58
59source "drivers/sound/Kconfig"
60
e0bb89b1 61source "drivers/spi/Kconfig"
ed36323f 62
04868b40
MK
63source "drivers/spmi/Kconfig"
64
e0bb89b1 65source "drivers/thermal/Kconfig"
ed36323f 66
c8a7ba9e
TC
67source "drivers/timer/Kconfig"
68
e0bb89b1 69source "drivers/tpm/Kconfig"
ed36323f 70
e0bb89b1 71source "drivers/usb/Kconfig"
ed36323f 72
e0bb89b1 73source "drivers/video/Kconfig"
ed36323f 74
e0bb89b1 75source "drivers/watchdog/Kconfig"
f94a1bed 76
927c1fa2 77config PHYS_TO_BUS
c9bb942e 78 bool "Custom physical to bus address mapping"
927c1fa2
SW
79 help
80 Some SoCs use a different address map for CPU physical addresses and
81 peripheral DMA master accesses. If yours does, select this option in
82 your platform's Kconfig, and implement the appropriate mapping
83 functions in your platform's support code.
99385b6b
BM
84
85endmenu