blob: 4c555a0c1f0617fdcc4d53bd6e713f8784fe806f [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
Masahiro Yamadaf8efa632015-08-27 12:44:29 +090051source "drivers/pinctrl/Kconfig"
52
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090053source "drivers/power/Kconfig"
54
Simon Glassb3f07562016-01-21 19:44:54 -070055source "drivers/pwm/Kconfig"
56
Simon Glass3a2f3bd2015-06-23 15:39:04 -060057source "drivers/ram/Kconfig"
58
Nishanth Menon08b9dc22015-09-17 15:42:39 -050059source "drivers/remoteproc/Kconfig"
60
Stephen Warren185ad872016-06-17 09:43:58 -060061source "drivers/reset/Kconfig"
62
Bin Meng15cd9692015-08-20 22:44:16 -070063source "drivers/rtc/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090064
Bin Meng15cd9692015-08-20 22:44:16 -070065source "drivers/serial/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090066
67source "drivers/sound/Kconfig"
68
Bin Meng15cd9692015-08-20 22:44:16 -070069source "drivers/spi/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090070
Mateusz Kulikowski946797f2016-03-31 23:12:27 +020071source "drivers/spmi/Kconfig"
72
Max Filippov88574052016-08-07 08:53:00 +030073source "drivers/sysreset/Kconfig"
74
Bin Meng15cd9692015-08-20 22:44:16 -070075source "drivers/thermal/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090076
Thomas Choufb798b12015-10-09 13:46:34 +080077source "drivers/timer/Kconfig"
78
Bin Meng15cd9692015-08-20 22:44:16 -070079source "drivers/tpm/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090080
Bin Meng15cd9692015-08-20 22:44:16 -070081source "drivers/usb/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090082
Bin Meng15cd9692015-08-20 22:44:16 -070083source "drivers/video/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090084
Bin Meng15cd9692015-08-20 22:44:16 -070085source "drivers/watchdog/Kconfig"
Simon Glassd8b771d2015-02-05 21:41:35 -070086
Stephen Warrenf4b67532015-03-24 20:07:33 -060087config PHYS_TO_BUS
Joe Hershberger17491a82015-06-22 16:15:29 -050088 bool "Custom physical to bus address mapping"
Stephen Warrenf4b67532015-03-24 20:07:33 -060089 help
90 Some SoCs use a different address map for CPU physical addresses and
91 peripheral DMA master accesses. If yours does, select this option in
92 your platform's Kconfig, and implement the appropriate mapping
93 functions in your platform's support code.
Bin Meng82d0f6b2015-08-20 22:44:15 -070094
95endmenu