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