blob: c2e813f5adf73762743245a95fd833991ed5cc64 [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
Simon Glass2c844c42017-06-14 21:28:26 -06009source "drivers/ata/Kconfig"
10
Bin Meng15cd9692015-08-20 22:44:16 -070011source "drivers/block/Kconfig"
12
Ian Ray542a48e2017-11-08 15:35:13 +000013source "drivers/bootcount/Kconfig"
14
Bin Meng51c7df22015-08-20 22:44:14 -070015source "drivers/clk/Kconfig"
16
Simon Glass131a6452015-04-28 20:25:09 -060017source "drivers/cpu/Kconfig"
18
Bin Meng15cd9692015-08-20 22:44:16 -070019source "drivers/crypto/Kconfig"
Simon Glass2b98fb42015-02-05 21:41:34 -070020
Ley Foon Tan016539e2017-04-05 17:32:51 +080021source "drivers/ddr/Kconfig"
22
Bin Meng15cd9692015-08-20 22:44:16 -070023source "drivers/demo/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090024
York Sund297d392016-12-28 08:43:40 -080025source "drivers/ddr/fsl/Kconfig"
26
Bin Meng15cd9692015-08-20 22:44:16 -070027source "drivers/dfu/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090028
Bin Meng15cd9692015-08-20 22:44:16 -070029source "drivers/dma/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090030
Masahiro Yamada836c55d2017-04-14 11:10:24 +090031source "drivers/firmware/Kconfig"
32
Michal Simeke34f1f62016-09-19 10:41:55 +020033source "drivers/fpga/Kconfig"
34
Bin Meng15cd9692015-08-20 22:44:16 -070035source "drivers/gpio/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090036
Bin Meng15cd9692015-08-20 22:44:16 -070037source "drivers/i2c/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090038
39source "drivers/input/Kconfig"
40
Simon Glasscce3aed2015-06-23 15:38:45 -060041source "drivers/led/Kconfig"
42
Stephen Warrend0107832016-05-13 15:50:29 -060043source "drivers/mailbox/Kconfig"
44
Lokesh Vutla56c8f0a2016-04-13 09:50:59 +053045source "drivers/memory/Kconfig"
46
Bin Meng15cd9692015-08-20 22:44:16 -070047source "drivers/misc/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090048
Bin Meng15cd9692015-08-20 22:44:16 -070049source "drivers/mmc/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090050
Bin Meng15cd9692015-08-20 22:44:16 -070051source "drivers/mtd/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090052
Bin Meng15cd9692015-08-20 22:44:16 -070053source "drivers/net/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090054
Zhikang Zhang145b88f2017-08-03 02:30:57 -070055source "drivers/nvme/Kconfig"
56
Bin Meng15cd9692015-08-20 22:44:16 -070057source "drivers/pci/Kconfig"
58
59source "drivers/pcmcia/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090060
Jean-Jacques Hiblot48447782017-04-24 11:51:27 +020061source "drivers/phy/Kconfig"
62
Stefan Roese8f64e262016-05-23 11:12:05 +020063source "drivers/phy/marvell/Kconfig"
64
Masahiro Yamadaf8efa632015-08-27 12:44:29 +090065source "drivers/pinctrl/Kconfig"
66
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090067source "drivers/power/Kconfig"
68
Simon Glassb3f07562016-01-21 19:44:54 -070069source "drivers/pwm/Kconfig"
70
Simon Glass3a2f3bd2015-06-23 15:39:04 -060071source "drivers/ram/Kconfig"
72
Nishanth Menon08b9dc22015-09-17 15:42:39 -050073source "drivers/remoteproc/Kconfig"
74
Stephen Warren185ad872016-06-17 09:43:58 -060075source "drivers/reset/Kconfig"
76
Bin Meng15cd9692015-08-20 22:44:16 -070077source "drivers/rtc/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090078
Simon Glass3def0062017-06-14 21:28:27 -060079source "drivers/scsi/Kconfig"
80
Bin Meng15cd9692015-08-20 22:44:16 -070081source "drivers/serial/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090082
83source "drivers/sound/Kconfig"
84
Bin Meng15cd9692015-08-20 22:44:16 -070085source "drivers/spi/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090086
Mateusz Kulikowski946797f2016-03-31 23:12:27 +020087source "drivers/spmi/Kconfig"
88
Max Filippov88574052016-08-07 08:53:00 +030089source "drivers/sysreset/Kconfig"
90
Bin Meng15cd9692015-08-20 22:44:16 -070091source "drivers/thermal/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090092
Thomas Choufb798b12015-10-09 13:46:34 +080093source "drivers/timer/Kconfig"
94
Bin Meng15cd9692015-08-20 22:44:16 -070095source "drivers/tpm/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090096
Bin Meng15cd9692015-08-20 22:44:16 -070097source "drivers/usb/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090098
Bin Meng15cd9692015-08-20 22:44:16 -070099source "drivers/video/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +0900100
Bin Meng15cd9692015-08-20 22:44:16 -0700101source "drivers/watchdog/Kconfig"
Simon Glassd8b771d2015-02-05 21:41:35 -0700102
Stephen Warrenf4b67532015-03-24 20:07:33 -0600103config PHYS_TO_BUS
Joe Hershberger17491a82015-06-22 16:15:29 -0500104 bool "Custom physical to bus address mapping"
Stephen Warrenf4b67532015-03-24 20:07:33 -0600105 help
106 Some SoCs use a different address map for CPU physical addresses and
107 peripheral DMA master accesses. If yours does, select this option in
108 your platform's Kconfig, and implement the appropriate mapping
109 functions in your platform's support code.
Bin Meng82d0f6b2015-08-20 22:44:15 -0700110
111endmenu