]>
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 | ||
5decbf53 PM |
7 | source "drivers/adc/Kconfig" |
8 | ||
f2105c61 SG |
9 | source "drivers/ata/Kconfig" |
10 | ||
e0bb89b1 BM |
11 | source "drivers/block/Kconfig" |
12 | ||
f31dac4e IR |
13 | source "drivers/bootcount/Kconfig" |
14 | ||
776d2ef0 BM |
15 | source "drivers/clk/Kconfig" |
16 | ||
11f4dc15 SG |
17 | source "drivers/cpu/Kconfig" |
18 | ||
e0bb89b1 | 19 | source "drivers/crypto/Kconfig" |
2a4eeadd | 20 | |
707cd012 LFT |
21 | source "drivers/ddr/Kconfig" |
22 | ||
e0bb89b1 | 23 | source "drivers/demo/Kconfig" |
ed36323f | 24 | |
d26e34c4 YS |
25 | source "drivers/ddr/fsl/Kconfig" |
26 | ||
e0bb89b1 | 27 | source "drivers/dfu/Kconfig" |
ed36323f | 28 | |
e0bb89b1 | 29 | source "drivers/dma/Kconfig" |
ed36323f | 30 | |
312a10f1 AK |
31 | source "drivers/fastboot/Kconfig" |
32 | ||
573a3811 MY |
33 | source "drivers/firmware/Kconfig" |
34 | ||
6ded73aa MS |
35 | source "drivers/fpga/Kconfig" |
36 | ||
e0bb89b1 | 37 | source "drivers/gpio/Kconfig" |
ed36323f | 38 | |
e0bb89b1 | 39 | source "drivers/i2c/Kconfig" |
ed36323f MY |
40 | |
41 | source "drivers/input/Kconfig" | |
42 | ||
5917112c SG |
43 | source "drivers/led/Kconfig" |
44 | ||
6238935d SW |
45 | source "drivers/mailbox/Kconfig" |
46 | ||
8f695232 LV |
47 | source "drivers/memory/Kconfig" |
48 | ||
e0bb89b1 | 49 | source "drivers/misc/Kconfig" |
ed36323f | 50 | |
e0bb89b1 | 51 | source "drivers/mmc/Kconfig" |
ed36323f | 52 | |
e0bb89b1 | 53 | source "drivers/mtd/Kconfig" |
ed36323f | 54 | |
e0bb89b1 | 55 | source "drivers/net/Kconfig" |
ed36323f | 56 | |
982388ea ZZ |
57 | source "drivers/nvme/Kconfig" |
58 | ||
e0bb89b1 BM |
59 | source "drivers/pci/Kconfig" |
60 | ||
61 | source "drivers/pcmcia/Kconfig" | |
ed36323f | 62 | |
72e5016f JJH |
63 | source "drivers/phy/Kconfig" |
64 | ||
67685943 JT |
65 | source "drivers/phy/allwinner/Kconfig" |
66 | ||
3335786a SR |
67 | source "drivers/phy/marvell/Kconfig" |
68 | ||
d90a5a30 MY |
69 | source "drivers/pinctrl/Kconfig" |
70 | ||
ed36323f MY |
71 | source "drivers/power/Kconfig" |
72 | ||
fc760cb8 SG |
73 | source "drivers/pwm/Kconfig" |
74 | ||
6c51df68 SG |
75 | source "drivers/ram/Kconfig" |
76 | ||
ddf56bc7 NM |
77 | source "drivers/remoteproc/Kconfig" |
78 | ||
89c1e2da SW |
79 | source "drivers/reset/Kconfig" |
80 | ||
e0bb89b1 | 81 | source "drivers/rtc/Kconfig" |
ed36323f | 82 | |
0fcd48fe SG |
83 | source "drivers/scsi/Kconfig" |
84 | ||
e0bb89b1 | 85 | source "drivers/serial/Kconfig" |
ed36323f | 86 | |
654dd4a8 RF |
87 | source "drivers/smem/Kconfig" |
88 | ||
ed36323f MY |
89 | source "drivers/sound/Kconfig" |
90 | ||
e0bb89b1 | 91 | source "drivers/spi/Kconfig" |
ed36323f | 92 | |
04868b40 MK |
93 | source "drivers/spmi/Kconfig" |
94 | ||
b25732c2 MF |
95 | source "drivers/sysreset/Kconfig" |
96 | ||
e0bb89b1 | 97 | source "drivers/thermal/Kconfig" |
ed36323f | 98 | |
c8a7ba9e TC |
99 | source "drivers/timer/Kconfig" |
100 | ||
e0bb89b1 | 101 | source "drivers/tpm/Kconfig" |
ed36323f | 102 | |
e0bb89b1 | 103 | source "drivers/usb/Kconfig" |
ed36323f | 104 | |
e0bb89b1 | 105 | source "drivers/video/Kconfig" |
ed36323f | 106 | |
e0bb89b1 | 107 | source "drivers/watchdog/Kconfig" |
f94a1bed | 108 | |
927c1fa2 | 109 | config PHYS_TO_BUS |
c9bb942e | 110 | bool "Custom physical to bus address mapping" |
927c1fa2 SW |
111 | help |
112 | Some SoCs use a different address map for CPU physical addresses and | |
113 | peripheral DMA master accesses. If yours does, select this option in | |
114 | your platform's Kconfig, and implement the appropriate mapping | |
115 | functions in your platform's support code. | |
99385b6b BM |
116 | |
117 | endmenu |