blob: e8c9e0a32626cbae5ed3b1c16d293fab45bbaa3b [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
Michal Simeke34f1f62016-09-19 10:41:55 +020023source "drivers/fpga/Kconfig"
24
Bin Meng15cd9692015-08-20 22:44:16 -070025source "drivers/gpio/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090026
Bin Meng15cd9692015-08-20 22:44:16 -070027source "drivers/hwmon/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090028
Bin Meng15cd9692015-08-20 22:44:16 -070029source "drivers/i2c/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090030
31source "drivers/input/Kconfig"
32
Simon Glasscce3aed2015-06-23 15:38:45 -060033source "drivers/led/Kconfig"
34
Stephen Warrend0107832016-05-13 15:50:29 -060035source "drivers/mailbox/Kconfig"
36
Lokesh Vutla56c8f0a2016-04-13 09:50:59 +053037source "drivers/memory/Kconfig"
38
Bin Meng15cd9692015-08-20 22:44:16 -070039source "drivers/misc/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090040
Bin Meng15cd9692015-08-20 22:44:16 -070041source "drivers/mmc/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090042
Bin Meng15cd9692015-08-20 22:44:16 -070043source "drivers/mtd/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090044
Bin Meng15cd9692015-08-20 22:44:16 -070045source "drivers/net/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090046
Bin Meng15cd9692015-08-20 22:44:16 -070047source "drivers/pci/Kconfig"
48
49source "drivers/pcmcia/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090050
Stefan Roese8f64e262016-05-23 11:12:05 +020051source "drivers/phy/marvell/Kconfig"
52
Masahiro Yamadaf8efa632015-08-27 12:44:29 +090053source "drivers/pinctrl/Kconfig"
54
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090055source "drivers/power/Kconfig"
56
Simon Glassb3f07562016-01-21 19:44:54 -070057source "drivers/pwm/Kconfig"
58
Simon Glass3a2f3bd2015-06-23 15:39:04 -060059source "drivers/ram/Kconfig"
60
Nishanth Menon08b9dc22015-09-17 15:42:39 -050061source "drivers/remoteproc/Kconfig"
62
Stephen Warren185ad872016-06-17 09:43:58 -060063source "drivers/reset/Kconfig"
64
Bin Meng15cd9692015-08-20 22:44:16 -070065source "drivers/rtc/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090066
Bin Meng15cd9692015-08-20 22:44:16 -070067source "drivers/serial/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090068
69source "drivers/sound/Kconfig"
70
Bin Meng15cd9692015-08-20 22:44:16 -070071source "drivers/spi/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090072
Mateusz Kulikowski946797f2016-03-31 23:12:27 +020073source "drivers/spmi/Kconfig"
74
Max Filippov88574052016-08-07 08:53:00 +030075source "drivers/sysreset/Kconfig"
76
Bin Meng15cd9692015-08-20 22:44:16 -070077source "drivers/thermal/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090078
Thomas Choufb798b12015-10-09 13:46:34 +080079source "drivers/timer/Kconfig"
80
Bin Meng15cd9692015-08-20 22:44:16 -070081source "drivers/tpm/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090082
Bin Meng15cd9692015-08-20 22:44:16 -070083source "drivers/usb/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090084
Bin Meng15cd9692015-08-20 22:44:16 -070085source "drivers/video/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090086
Bin Meng15cd9692015-08-20 22:44:16 -070087source "drivers/watchdog/Kconfig"
Simon Glassd8b771d2015-02-05 21:41:35 -070088
Stephen Warrenf4b67532015-03-24 20:07:33 -060089config PHYS_TO_BUS
Joe Hershberger17491a82015-06-22 16:15:29 -050090 bool "Custom physical to bus address mapping"
Stephen Warrenf4b67532015-03-24 20:07:33 -060091 help
92 Some SoCs use a different address map for CPU physical addresses and
93 peripheral DMA master accesses. If yours does, select this option in
94 your platform's Kconfig, and implement the appropriate mapping
95 functions in your platform's support code.
Bin Meng82d0f6b2015-08-20 22:44:15 -070096
97endmenu