blob: 56536c4b19150e325e2494f36078f859959d42c4 [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
Mario Six573b1b92018-08-09 14:51:16 +020011source "drivers/axi/Kconfig"
12
Bin Meng15cd9692015-08-20 22:44:16 -070013source "drivers/block/Kconfig"
14
Ian Ray542a48e2017-11-08 15:35:13 +000015source "drivers/bootcount/Kconfig"
16
Bin Meng51c7df22015-08-20 22:44:14 -070017source "drivers/clk/Kconfig"
18
Simon Glass131a6452015-04-28 20:25:09 -060019source "drivers/cpu/Kconfig"
20
Bin Meng15cd9692015-08-20 22:44:16 -070021source "drivers/crypto/Kconfig"
Simon Glass2b98fb42015-02-05 21:41:34 -070022
Ley Foon Tan016539e2017-04-05 17:32:51 +080023source "drivers/ddr/Kconfig"
24
Bin Meng15cd9692015-08-20 22:44:16 -070025source "drivers/demo/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090026
York Sund297d392016-12-28 08:43:40 -080027source "drivers/ddr/fsl/Kconfig"
28
Bin Meng15cd9692015-08-20 22:44:16 -070029source "drivers/dfu/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090030
Bin Meng15cd9692015-08-20 22:44:16 -070031source "drivers/dma/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090032
Alex Kiernan65de9552018-05-29 15:30:39 +000033source "drivers/fastboot/Kconfig"
34
Masahiro Yamada836c55d2017-04-14 11:10:24 +090035source "drivers/firmware/Kconfig"
36
Michal Simeke34f1f62016-09-19 10:41:55 +020037source "drivers/fpga/Kconfig"
38
Bin Meng15cd9692015-08-20 22:44:16 -070039source "drivers/gpio/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090040
Bin Meng15cd9692015-08-20 22:44:16 -070041source "drivers/i2c/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090042
43source "drivers/input/Kconfig"
44
Simon Glasscce3aed2015-06-23 15:38:45 -060045source "drivers/led/Kconfig"
46
Stephen Warrend0107832016-05-13 15:50:29 -060047source "drivers/mailbox/Kconfig"
48
Lokesh Vutla56c8f0a2016-04-13 09:50:59 +053049source "drivers/memory/Kconfig"
50
Bin Meng15cd9692015-08-20 22:44:16 -070051source "drivers/misc/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090052
Bin Meng15cd9692015-08-20 22:44:16 -070053source "drivers/mmc/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090054
Bin Meng15cd9692015-08-20 22:44:16 -070055source "drivers/mtd/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090056
Bin Meng15cd9692015-08-20 22:44:16 -070057source "drivers/net/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090058
Zhikang Zhang145b88f2017-08-03 02:30:57 -070059source "drivers/nvme/Kconfig"
60
Bin Meng15cd9692015-08-20 22:44:16 -070061source "drivers/pci/Kconfig"
62
63source "drivers/pcmcia/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090064
Jean-Jacques Hiblot48447782017-04-24 11:51:27 +020065source "drivers/phy/Kconfig"
66
Jagan Tekid3c38282018-05-07 13:03:26 +053067source "drivers/phy/allwinner/Kconfig"
68
Stefan Roese8f64e262016-05-23 11:12:05 +020069source "drivers/phy/marvell/Kconfig"
70
Masahiro Yamadaf8efa632015-08-27 12:44:29 +090071source "drivers/pinctrl/Kconfig"
72
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090073source "drivers/power/Kconfig"
74
Simon Glassb3f07562016-01-21 19:44:54 -070075source "drivers/pwm/Kconfig"
76
Simon Glass3a2f3bd2015-06-23 15:39:04 -060077source "drivers/ram/Kconfig"
78
Nishanth Menon08b9dc22015-09-17 15:42:39 -050079source "drivers/remoteproc/Kconfig"
80
Stephen Warren185ad872016-06-17 09:43:58 -060081source "drivers/reset/Kconfig"
82
Bin Meng15cd9692015-08-20 22:44:16 -070083source "drivers/rtc/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090084
Simon Glass3def0062017-06-14 21:28:27 -060085source "drivers/scsi/Kconfig"
86
Bin Meng15cd9692015-08-20 22:44:16 -070087source "drivers/serial/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090088
Ramon Fried4b4bd492018-07-02 02:57:56 +030089source "drivers/smem/Kconfig"
90
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090091source "drivers/sound/Kconfig"
92
Bin Meng15cd9692015-08-20 22:44:16 -070093source "drivers/spi/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090094
Mateusz Kulikowski946797f2016-03-31 23:12:27 +020095source "drivers/spmi/Kconfig"
96
Max Filippov88574052016-08-07 08:53:00 +030097source "drivers/sysreset/Kconfig"
98
Bin Meng15cd9692015-08-20 22:44:16 -070099source "drivers/thermal/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +0900100
Thomas Choufb798b12015-10-09 13:46:34 +0800101source "drivers/timer/Kconfig"
102
Bin Meng15cd9692015-08-20 22:44:16 -0700103source "drivers/tpm/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +0900104
Bin Meng15cd9692015-08-20 22:44:16 -0700105source "drivers/usb/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +0900106
Bin Meng15cd9692015-08-20 22:44:16 -0700107source "drivers/video/Kconfig"
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +0900108
Bin Meng15cd9692015-08-20 22:44:16 -0700109source "drivers/watchdog/Kconfig"
Simon Glassd8b771d2015-02-05 21:41:35 -0700110
Stephen Warrenf4b67532015-03-24 20:07:33 -0600111config PHYS_TO_BUS
Joe Hershberger17491a82015-06-22 16:15:29 -0500112 bool "Custom physical to bus address mapping"
Stephen Warrenf4b67532015-03-24 20:07:33 -0600113 help
114 Some SoCs use a different address map for CPU physical addresses and
115 peripheral DMA master accesses. If yours does, select this option in
116 your platform's Kconfig, and implement the appropriate mapping
117 functions in your platform's support code.
Bin Meng82d0f6b2015-08-20 22:44:15 -0700118
119endmenu