]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - drivers/Kconfig
drivers: kconfig: Sort driver menu in alphabetical order
[karo-tx-uboot.git] / drivers / Kconfig
1 menu "Device Drivers"
2
3 source "drivers/core/Kconfig"
4
5 # types of drivers sorted in alphabetical order
6
7 source "drivers/block/Kconfig"
8
9 source "drivers/clk/Kconfig"
10
11 source "drivers/cpu/Kconfig"
12
13 source "drivers/crypto/Kconfig"
14
15 source "drivers/demo/Kconfig"
16
17 source "drivers/dfu/Kconfig"
18
19 source "drivers/dma/Kconfig"
20
21 source "drivers/gpio/Kconfig"
22
23 source "drivers/hwmon/Kconfig"
24
25 source "drivers/i2c/Kconfig"
26
27 source "drivers/input/Kconfig"
28
29 source "drivers/led/Kconfig"
30
31 source "drivers/misc/Kconfig"
32
33 source "drivers/mmc/Kconfig"
34
35 source "drivers/mtd/Kconfig"
36
37 source "drivers/net/Kconfig"
38
39 source "drivers/pci/Kconfig"
40
41 source "drivers/pcmcia/Kconfig"
42
43 source "drivers/power/Kconfig"
44
45 source "drivers/ram/Kconfig"
46
47 source "drivers/rtc/Kconfig"
48
49 source "drivers/serial/Kconfig"
50
51 source "drivers/sound/Kconfig"
52
53 source "drivers/spi/Kconfig"
54
55 source "drivers/thermal/Kconfig"
56
57 source "drivers/tpm/Kconfig"
58
59 source "drivers/usb/Kconfig"
60
61 source "drivers/video/Kconfig"
62
63 source "drivers/watchdog/Kconfig"
64
65 config PHYS_TO_BUS
66         bool "Custom physical to bus address mapping"
67         help
68           Some SoCs use a different address map for CPU physical addresses and
69           peripheral DMA master accesses. If yours does, select this option in
70           your platform's Kconfig, and implement the appropriate mapping
71           functions in your platform's support code.
72
73 endmenu