]> git.ipfire.org Git - people/ms/u-boot.git/blame - drivers/Kconfig
eeprom: fix eeprom write procedure
[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
6c51df68
SG
49source "drivers/ram/Kconfig"
50
ddf56bc7
NM
51source "drivers/remoteproc/Kconfig"
52
e0bb89b1 53source "drivers/rtc/Kconfig"
ed36323f 54
e0bb89b1 55source "drivers/serial/Kconfig"
ed36323f
MY
56
57source "drivers/sound/Kconfig"
58
e0bb89b1 59source "drivers/spi/Kconfig"
ed36323f 60
e0bb89b1 61source "drivers/thermal/Kconfig"
ed36323f 62
c8a7ba9e
TC
63source "drivers/timer/Kconfig"
64
e0bb89b1 65source "drivers/tpm/Kconfig"
ed36323f 66
e0bb89b1 67source "drivers/usb/Kconfig"
ed36323f 68
e0bb89b1 69source "drivers/video/Kconfig"
ed36323f 70
e0bb89b1 71source "drivers/watchdog/Kconfig"
f94a1bed 72
927c1fa2 73config PHYS_TO_BUS
c9bb942e 74 bool "Custom physical to bus address mapping"
927c1fa2
SW
75 help
76 Some SoCs use a different address map for CPU physical addresses and
77 peripheral DMA master accesses. If yours does, select this option in
78 your platform's Kconfig, and implement the appropriate mapping
79 functions in your platform's support code.
99385b6b
BM
80
81endmenu