Jagan Teki | de82305 | 2015-06-27 22:35:14 +0530 | [diff] [blame] | 1 | menu "SPI Support" |
| 2 | |
Masahiro Yamada | da333ae | 2014-10-23 22:26:09 +0900 | [diff] [blame] | 3 | config DM_SPI |
| 4 | bool "Enable Driver Model for SPI drivers" |
| 5 | depends on DM |
| 6 | help |
Simon Glass | f94a1be | 2015-02-05 21:41:35 -0700 | [diff] [blame] | 7 | Enable driver model for SPI. The SPI slave interface |
| 8 | (spi_setup_slave(), spi_xfer(), etc.) is then implemented by |
| 9 | the SPI uclass. Drivers provide methods to access the SPI |
| 10 | buses that they control. The uclass interface is defined in |
| 11 | include/spi.h. The existing spi_slave structure is attached |
| 12 | as 'parent data' to every slave on each bus. Slaves |
| 13 | typically use driver-private data instead of extending the |
| 14 | spi_slave structure. |
Simon Glass | 892cac7 | 2015-03-06 13:19:05 -0700 | [diff] [blame] | 15 | |
Jagan Teki | e4976af | 2015-06-27 22:37:00 +0530 | [diff] [blame] | 16 | if DM_SPI |
| 17 | |
Thomas Chou | 15a56f9 | 2015-10-14 08:33:34 +0800 | [diff] [blame] | 18 | config ALTERA_SPI |
| 19 | bool "Altera SPI driver" |
| 20 | help |
| 21 | Enable the Altera SPI driver. This driver can be used to |
| 22 | access the SPI NOR flash on platforms embedding this Altera |
| 23 | IP core. Please find details on the "Embedded Peripherals IP |
| 24 | User Guide" of Altera. |
| 25 | |
Wills Wang | b85dc46 | 2016-03-16 16:59:58 +0800 | [diff] [blame] | 26 | config ATH79_SPI |
| 27 | bool "Atheros SPI driver" |
| 28 | depends on ARCH_ATH79 |
| 29 | help |
| 30 | Enable the Atheros ar7xxx/ar9xxx SoC SPI driver, it was used |
| 31 | to access SPI NOR flash and other SPI peripherals. This driver |
| 32 | uses driver model and requires a device tree binding to operate. |
| 33 | please refer to doc/device-tree-bindings/spi/spi-ath79.txt. |
| 34 | |
Wenyou Yang | 0eafd4b | 2016-10-28 14:17:49 +0800 | [diff] [blame] | 35 | config ATMEL_SPI |
| 36 | bool "Atmel SPI driver" |
| 37 | depends on ARCH_AT91 |
| 38 | help |
| 39 | This enables driver for the Atmel SPI Controller, present on |
Andy Shevchenko | daab59a | 2017-07-05 16:25:22 +0300 | [diff] [blame] | 40 | many AT91 (ARM) chips. This driver can be used to access |
| 41 | the SPI Flash, such as AT25DF321. |
Wenyou Yang | 0eafd4b | 2016-10-28 14:17:49 +0800 | [diff] [blame] | 42 | |
Álvaro Fernández Rojas | 29cc436 | 2018-01-20 02:13:38 +0100 | [diff] [blame] | 43 | config BCM63XX_HSSPI |
| 44 | bool "BCM63XX HSSPI driver" |
| 45 | depends on ARCH_BMIPS |
| 46 | help |
| 47 | Enable the BCM6328 HSSPI driver. This driver can be used to |
| 48 | access the SPI NOR flash on platforms embedding this Broadcom |
| 49 | SPI core. |
| 50 | |
Álvaro Fernández Rojas | 5ac07d2 | 2018-01-23 17:14:58 +0100 | [diff] [blame] | 51 | config BCM63XX_SPI |
| 52 | bool "BCM6348 SPI driver" |
| 53 | depends on ARCH_BMIPS |
| 54 | help |
| 55 | Enable the BCM6348/BCM6358 SPI driver. This driver can be used to |
| 56 | access the SPI NOR flash on platforms embedding these Broadcom |
| 57 | SPI cores. |
| 58 | |
Jagan Teki | e4976af | 2015-06-27 22:37:00 +0530 | [diff] [blame] | 59 | config CADENCE_QSPI |
| 60 | bool "Cadence QSPI driver" |
| 61 | help |
| 62 | Enable the Cadence Quad-SPI (QSPI) driver. This driver can be |
| 63 | used to access the SPI NOR flash on platforms embedding this |
| 64 | Cadence IP core. |
| 65 | |
| 66 | config DESIGNWARE_SPI |
| 67 | bool "Designware SPI driver" |
| 68 | help |
| 69 | Enable the Designware SPI driver. This driver can be used to |
| 70 | access the SPI NOR flash on platforms embedding this Designware |
| 71 | IP core. |
| 72 | |
Jagan Teki | c354eee | 2015-06-27 15:32:19 +0530 | [diff] [blame] | 73 | config EXYNOS_SPI |
| 74 | bool "Samsung Exynos SPI driver" |
| 75 | help |
| 76 | Enable the Samsung Exynos SPI driver. This driver can be used to |
| 77 | access the SPI NOR flash on platforms embedding this Samsung |
| 78 | Exynos IP core. |
| 79 | |
Jagan Teki | 94ea308 | 2015-06-27 14:17:06 +0530 | [diff] [blame] | 80 | config FSL_DSPI |
| 81 | bool "Freescale DSPI driver" |
| 82 | help |
| 83 | Enable the Freescale DSPI driver. This driver can be used to |
| 84 | access the SPI NOR flash and SPI Data flash on platforms embedding |
| 85 | this Freescale DSPI IP core. LS102xA and Colibri VF50/VF61 platforms |
| 86 | use this driver. |
| 87 | |
Jagan Teki | 4563601 | 2015-06-27 15:43:27 +0530 | [diff] [blame] | 88 | config ICH_SPI |
| 89 | bool "Intel ICH SPI driver" |
| 90 | help |
| 91 | Enable the Intel ICH SPI driver. This driver can be used to |
| 92 | access the SPI NOR flash on platforms embedding this Intel |
| 93 | ICH IP core. |
| 94 | |
Stefan Roese | 3fda4ef | 2016-05-19 15:56:44 +0200 | [diff] [blame] | 95 | config MVEBU_A3700_SPI |
| 96 | bool "Marvell Armada 3700 SPI driver" |
| 97 | help |
| 98 | Enable the Marvell Armada 3700 SPI driver. This driver can be |
| 99 | used to access the SPI NOR flash on platforms embedding this |
| 100 | Marvell IP core. |
| 101 | |
Purna Chandra Mandal | e19b900 | 2016-06-02 14:26:08 +0530 | [diff] [blame] | 102 | config PIC32_SPI |
| 103 | bool "Microchip PIC32 SPI driver" |
| 104 | depends on MACH_PIC32 |
| 105 | help |
| 106 | Enable the Microchip PIC32 SPI driver. This driver can be used |
| 107 | to access the SPI NOR flash, MMC-over-SPI on platforms based on |
| 108 | Microchip PIC32 family devices. |
| 109 | |
Simon Glass | 1b2fd5b | 2015-09-01 19:19:37 -0600 | [diff] [blame] | 110 | config ROCKCHIP_SPI |
| 111 | bool "Rockchip SPI driver" |
| 112 | help |
| 113 | Enable the Rockchip SPI driver, used to access SPI NOR flash and |
| 114 | other SPI peripherals (such as the Chrome OS EC) on Rockchip SoCs. |
| 115 | This uses driver model and requires a device tree binding to |
| 116 | operate. |
| 117 | |
Simon Glass | 892cac7 | 2015-03-06 13:19:05 -0700 | [diff] [blame] | 118 | config SANDBOX_SPI |
| 119 | bool "Sandbox SPI driver" |
| 120 | depends on SANDBOX && DM |
| 121 | help |
| 122 | Enable SPI support for sandbox. This is an emulation of a real SPI |
| 123 | bus. Devices can be attached to the bus using the device tree |
| 124 | which specifies the driver to use. As an example, see this device |
| 125 | tree fragment from sandbox.dts. It shows that the SPI bus has a |
| 126 | single flash device on chip select 0 which is emulated by the driver |
| 127 | for "sandbox,spi-flash", which is in drivers/mtd/spi/sandbox.c. |
| 128 | |
| 129 | spi@0 { |
| 130 | #address-cells = <1>; |
| 131 | #size-cells = <0>; |
| 132 | reg = <0>; |
| 133 | compatible = "sandbox,spi"; |
| 134 | cs-gpios = <0>, <&gpio_a 0>; |
| 135 | flash@0 { |
| 136 | reg = <0>; |
| 137 | compatible = "spansion,m25p16", "sandbox,spi-flash"; |
| 138 | spi-max-frequency = <40000000>; |
| 139 | sandbox,filename = "spi.bin"; |
| 140 | }; |
Jagan Teki | e4976af | 2015-06-27 22:37:00 +0530 | [diff] [blame] | 141 | }; |
Jagan Teki | f924a20 | 2015-06-27 04:41:11 +0530 | [diff] [blame] | 142 | |
Michael Kurz | d4363ba | 2017-01-22 16:04:30 +0100 | [diff] [blame] | 143 | config STM32_QSPI |
| 144 | bool "STM32F7 QSPI driver" |
| 145 | depends on STM32F7 |
| 146 | help |
| 147 | Enable the STM32F7 Quad-SPI (QSPI) driver. This driver can be |
| 148 | used to access the SPI NOR flash chips on platforms embedding |
| 149 | this ST IP core. |
| 150 | |
Jagan Teki | 5bf9a2d | 2015-06-27 15:57:53 +0530 | [diff] [blame] | 151 | config TEGRA114_SPI |
| 152 | bool "nVidia Tegra114 SPI driver" |
| 153 | help |
| 154 | Enable the nVidia Tegra114 SPI driver. This driver can be used to |
| 155 | access the SPI NOR flash on platforms embedding this nVidia Tegra114 |
| 156 | IP core. |
| 157 | |
| 158 | This controller is different than the older SoCs SPI controller and |
| 159 | also register interface get changed with this controller. |
| 160 | |
Jagan Teki | 2f3e6f8 | 2015-06-27 16:04:05 +0530 | [diff] [blame] | 161 | config TEGRA20_SFLASH |
| 162 | bool "nVidia Tegra20 Serial Flash controller driver" |
| 163 | help |
| 164 | Enable the nVidia Tegra20 Serial Flash controller driver. This driver |
| 165 | can be used to access the SPI NOR flash on platforms embedding this |
| 166 | nVidia Tegra20 IP core. |
| 167 | |
Jagan Teki | 4495830 | 2015-06-27 16:07:54 +0530 | [diff] [blame] | 168 | config TEGRA20_SLINK |
| 169 | bool "nVidia Tegra20/Tegra30 SLINK driver" |
| 170 | help |
| 171 | Enable the nVidia Tegra20/Tegra30 SLINK driver. This driver can |
| 172 | be used to access the SPI NOR flash on platforms embedding this |
| 173 | nVidia Tegra20/Tegra30 IP cores. |
| 174 | |
Tom Warren | 4e675ff | 2015-10-12 14:50:54 -0700 | [diff] [blame] | 175 | config TEGRA210_QSPI |
| 176 | bool "nVidia Tegra210 QSPI driver" |
| 177 | help |
| 178 | Enable the Tegra Quad-SPI (QSPI) driver for T210. This driver |
| 179 | be used to access SPI chips on platforms embedding this |
| 180 | NVIDIA Tegra210 IP core. |
| 181 | |
Jagan Teki | 075143d | 2015-06-27 04:32:43 +0530 | [diff] [blame] | 182 | config XILINX_SPI |
| 183 | bool "Xilinx SPI driver" |
Jagan Teki | 075143d | 2015-06-27 04:32:43 +0530 | [diff] [blame] | 184 | help |
| 185 | Enable the Xilinx SPI driver from the Xilinx EDK. This SPI |
| 186 | controller support 8 bit SPI transfers only, with or w/o FIFO. |
| 187 | For more info on Xilinx SPI Register Definitions and Overview |
| 188 | see driver file - drivers/spi/xilinx_spi.c |
| 189 | |
Jagan Teki | df30a42 | 2015-06-27 00:51:38 +0530 | [diff] [blame] | 190 | config ZYNQ_SPI |
| 191 | bool "Zynq SPI driver" |
Michal Simek | 8e4920e | 2015-12-07 11:33:58 +0100 | [diff] [blame] | 192 | depends on ARCH_ZYNQ || ARCH_ZYNQMP |
Jagan Teki | df30a42 | 2015-06-27 00:51:38 +0530 | [diff] [blame] | 193 | help |
| 194 | Enable the Zynq SPI driver. This driver can be used to |
| 195 | access the SPI NOR flash on platforms embedding this Zynq |
| 196 | SPI IP core. |
Jagan Teki | de82305 | 2015-06-27 22:35:14 +0530 | [diff] [blame] | 197 | |
Jagan Teki | 78a025a | 2015-08-16 00:19:38 +0530 | [diff] [blame] | 198 | config ZYNQ_QSPI |
| 199 | bool "Zynq QSPI driver" |
| 200 | depends on ARCH_ZYNQ |
| 201 | help |
| 202 | Enable the Zynq Quad-SPI (QSPI) driver. This driver can be |
| 203 | used to access the SPI NOR flash on platforms embedding this |
| 204 | Zynq QSPI IP core. This IP is used to connect the flash in |
| 205 | 4-bit qspi, 8-bit dual stacked and shared 4-bit dual parallel. |
| 206 | |
Jagan Teki | e4976af | 2015-06-27 22:37:00 +0530 | [diff] [blame] | 207 | endif # if DM_SPI |
| 208 | |
Peng Fan | 41eb8ff | 2017-04-13 14:09:55 +0800 | [diff] [blame] | 209 | config SOFT_SPI |
| 210 | bool "Soft SPI driver" |
| 211 | help |
| 212 | Enable Soft SPI driver. This driver is to use GPIO simulate |
| 213 | the SPI protocol. |
| 214 | |
Jagan Teki | 3debffa | 2015-06-27 15:21:36 +0530 | [diff] [blame] | 215 | config FSL_ESPI |
| 216 | bool "Freescale eSPI driver" |
| 217 | help |
| 218 | Enable the Freescale eSPI driver. This driver can be used to |
| 219 | access the SPI interface and SPI NOR flash on platforms embedding |
| 220 | this Freescale eSPI IP core. |
| 221 | |
Jagan Teki | 21b1dd1 | 2016-09-03 12:58:33 +0530 | [diff] [blame] | 222 | config FSL_QSPI |
| 223 | bool "Freescale QSPI driver" |
| 224 | help |
| 225 | Enable the Freescale Quad-SPI (QSPI) driver. This driver can be |
| 226 | used to access the SPI NOR flash on platforms embedding this |
| 227 | Freescale IP core. |
| 228 | |
Rick Chen | 41bbb8b | 2017-11-23 14:19:36 +0800 | [diff] [blame] | 229 | config ATCSPI200_SPI |
| 230 | bool "Andestech ATCSPI200 SPI driver" |
rick | 7155cd2 | 2017-08-28 15:08:01 +0800 | [diff] [blame] | 231 | help |
Rick Chen | 41bbb8b | 2017-11-23 14:19:36 +0800 | [diff] [blame] | 232 | Enable the Andestech ATCSPI200 SPI driver. This driver can be |
| 233 | used to access the SPI flash on AE3XX and AE250 platforms embedding |
| 234 | this Andestech IP core. |
rick | 7155cd2 | 2017-08-28 15:08:01 +0800 | [diff] [blame] | 235 | |
Adam Ford | 26410c1 | 2017-12-30 07:33:42 -0600 | [diff] [blame] | 236 | config DAVINCI_SPI |
| 237 | bool "Davinci & Keystone SPI driver" |
| 238 | depends on ARCH_DAVINCI || ARCH_KEYSTONE |
| 239 | help |
| 240 | Enable the Davinci SPI driver |
| 241 | |
Tuomas Tynkkynen | 95d3877 | 2018-02-07 02:42:16 +0200 | [diff] [blame] | 242 | config SH_SPI |
| 243 | bool "SuperH SPI driver" |
| 244 | help |
| 245 | Enable the SuperH SPI controller driver. This driver can be used |
| 246 | on various SuperH SoCs, such as SH7757. |
| 247 | |
Tuomas Tynkkynen | a5dfabe | 2018-02-07 02:42:17 +0200 | [diff] [blame] | 248 | config SH_QSPI |
| 249 | bool "Renesas Quad SPI driver" |
| 250 | help |
| 251 | Enable the Renesas Quad SPI controller driver. This driver can be |
| 252 | used on Renesas SoCs. |
| 253 | |
Jagan Teki | e4976af | 2015-06-27 22:37:00 +0530 | [diff] [blame] | 254 | config TI_QSPI |
| 255 | bool "TI QSPI driver" |
| 256 | help |
| 257 | Enable the TI Quad-SPI (QSPI) driver for DRA7xx and AM43xx evms. |
| 258 | This driver support spi flash single, quad and memory reads. |
| 259 | |
Christophe Leroy | f88c431 | 2017-07-06 10:33:25 +0200 | [diff] [blame] | 260 | config MPC8XX_SPI |
| 261 | bool "MPC8XX SPI Driver" |
| 262 | depends on 8xx |
| 263 | help |
| 264 | Enable support for SPI on MPC8XX |
| 265 | |
Tuomas Tynkkynen | 7b819b5 | 2018-02-07 02:42:18 +0200 | [diff] [blame^] | 266 | config MXS_SPI |
| 267 | bool "MXS SPI Driver" |
| 268 | help |
| 269 | Enable the MXS SPI controller driver. This driver can be used |
| 270 | on the i.MX23 and i.MX28 SoCs. |
| 271 | |
Adam Ford | a41e3e1 | 2017-07-26 22:25:29 -0500 | [diff] [blame] | 272 | config OMAP3_SPI |
| 273 | bool "McSPI driver for OMAP" |
| 274 | help |
| 275 | SPI master controller for OMAP24XX and later Multichannel SPI |
| 276 | (McSPI). This driver be used to access SPI chips on platforms |
| 277 | embedding this OMAP3 McSPI IP core. |
| 278 | |
Jagan Teki | de82305 | 2015-06-27 22:35:14 +0530 | [diff] [blame] | 279 | endmenu # menu "SPI Support" |