blob: f6003a0a593ab1052ccf8ce51450a9e32d0347e6 [file] [log] [blame]
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +09001menu "Device Drivers"
2
3source "drivers/core/Kconfig"
4
Bin Meng15cd9692015-08-20 22:44:16 -07005# types of drivers sorted in alphabetical order
6
Przemyslaw Marczake0cb85b2015-10-27 13:08:00 +01007source "drivers/adc/Kconfig"
8
Bin Meng15cd9692015-08-20 22:44:16 -07009source "drivers/block/Kconfig"
10
Bin Meng51c7df22015-08-20 22:44:14 -070011source "drivers/clk/Kconfig"
12
Simon Glass131a6452015-04-28 20:25:09 -060013source "drivers/cpu/Kconfig"
14
Bin Meng15cd9692015-08-20 22:44:16 -070015source "drivers/crypto/Kconfig"
Simon Glass2b98fb42015-02-05 21:41:34 -070016
Bin Meng15cd9692015-08-20 22:44:16 -070017source "drivers/demo/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090018
Bin Meng15cd9692015-08-20 22:44:16 -070019source "drivers/dfu/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090020
Bin Meng15cd9692015-08-20 22:44:16 -070021source "drivers/dma/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090022
Bin Meng15cd9692015-08-20 22:44:16 -070023source "drivers/gpio/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090024
Bin Meng15cd9692015-08-20 22:44:16 -070025source "drivers/hwmon/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090026
Bin Meng15cd9692015-08-20 22:44:16 -070027source "drivers/i2c/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090028
29source "drivers/input/Kconfig"
30
Simon Glasscce3aed2015-06-23 15:38:45 -060031source "drivers/led/Kconfig"
32
Stephen Warrend0107832016-05-13 15:50:29 -060033source "drivers/mailbox/Kconfig"
34
Lokesh Vutla56c8f0a2016-04-13 09:50:59 +053035source "drivers/memory/Kconfig"
36
Bin Meng15cd9692015-08-20 22:44:16 -070037source "drivers/misc/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090038
Bin Meng15cd9692015-08-20 22:44:16 -070039source "drivers/mmc/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090040
Bin Meng15cd9692015-08-20 22:44:16 -070041source "drivers/mtd/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090042
Bin Meng15cd9692015-08-20 22:44:16 -070043source "drivers/net/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090044
Bin Meng15cd9692015-08-20 22:44:16 -070045source "drivers/pci/Kconfig"
46
47source "drivers/pcmcia/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090048
Masahiro Yamadaf8efa632015-08-27 12:44:29 +090049source "drivers/pinctrl/Kconfig"
50
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090051source "drivers/power/Kconfig"
52
Simon Glassb3f07562016-01-21 19:44:54 -070053source "drivers/pwm/Kconfig"
54
Simon Glass3a2f3bd2015-06-23 15:39:04 -060055source "drivers/ram/Kconfig"
56
Nishanth Menon08b9dc22015-09-17 15:42:39 -050057source "drivers/remoteproc/Kconfig"
58
Stephen Warren185ad872016-06-17 09:43:58 -060059source "drivers/reset/Kconfig"
60
Bin Meng15cd9692015-08-20 22:44:16 -070061source "drivers/rtc/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090062
Bin Meng15cd9692015-08-20 22:44:16 -070063source "drivers/serial/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090064
65source "drivers/sound/Kconfig"
66
Bin Meng15cd9692015-08-20 22:44:16 -070067source "drivers/spi/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090068
Mateusz Kulikowski946797f2016-03-31 23:12:27 +020069source "drivers/spmi/Kconfig"
70
Bin Meng15cd9692015-08-20 22:44:16 -070071source "drivers/thermal/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090072
Thomas Choufb798b12015-10-09 13:46:34 +080073source "drivers/timer/Kconfig"
74
Bin Meng15cd9692015-08-20 22:44:16 -070075source "drivers/tpm/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090076
Bin Meng15cd9692015-08-20 22:44:16 -070077source "drivers/usb/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090078
Bin Meng15cd9692015-08-20 22:44:16 -070079source "drivers/video/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090080
Bin Meng15cd9692015-08-20 22:44:16 -070081source "drivers/watchdog/Kconfig"
Simon Glassd8b771d2015-02-05 21:41:35 -070082
Stephen Warrenf4b67532015-03-24 20:07:33 -060083config PHYS_TO_BUS
Joe Hershberger17491a82015-06-22 16:15:29 -050084 bool "Custom physical to bus address mapping"
Stephen Warrenf4b67532015-03-24 20:07:33 -060085 help
86 Some SoCs use a different address map for CPU physical addresses and
87 peripheral DMA master accesses. If yours does, select this option in
88 your platform's Kconfig, and implement the appropriate mapping
89 functions in your platform's support code.
Bin Meng82d0f6b2015-08-20 22:44:15 -070090
91endmenu