]> git.ipfire.org Git - people/ms/u-boot.git/blame - drivers/Kconfig
usb: pci: Fix cast for 64-bit compilation
[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
3335786a
SR
51source "drivers/phy/marvell/Kconfig"
52
d90a5a30
MY
53source "drivers/pinctrl/Kconfig"
54
ed36323f
MY
55source "drivers/power/Kconfig"
56
fc760cb8
SG
57source "drivers/pwm/Kconfig"
58
6c51df68
SG
59source "drivers/ram/Kconfig"
60
ddf56bc7
NM
61source "drivers/remoteproc/Kconfig"
62
89c1e2da
SW
63source "drivers/reset/Kconfig"
64
e0bb89b1 65source "drivers/rtc/Kconfig"
ed36323f 66
e0bb89b1 67source "drivers/serial/Kconfig"
ed36323f
MY
68
69source "drivers/sound/Kconfig"
70
e0bb89b1 71source "drivers/spi/Kconfig"
ed36323f 72
04868b40
MK
73source "drivers/spmi/Kconfig"
74
b25732c2
MF
75source "drivers/sysreset/Kconfig"
76
e0bb89b1 77source "drivers/thermal/Kconfig"
ed36323f 78
c8a7ba9e
TC
79source "drivers/timer/Kconfig"
80
e0bb89b1 81source "drivers/tpm/Kconfig"
ed36323f 82
e0bb89b1 83source "drivers/usb/Kconfig"
ed36323f 84
e0bb89b1 85source "drivers/video/Kconfig"
ed36323f 86
e0bb89b1 87source "drivers/watchdog/Kconfig"
f94a1bed 88
927c1fa2 89config PHYS_TO_BUS
c9bb942e 90 bool "Custom physical to bus address mapping"
927c1fa2
SW
91 help
92 Some SoCs use a different address map for CPU physical addresses and
93 peripheral DMA master accesses. If yours does, select this option in
94 your platform's Kconfig, and implement the appropriate mapping
95 functions in your platform's support code.
99385b6b
BM
96
97endmenu