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