diff options
| author | Mason Yang <masonccyang@mxic.com.tw> | 2018-10-16 22:08:11 -0400 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2018-11-05 06:55:06 -0500 |
| commit | b942d80b0a394e8ea18fce3b032b4700439e8ca3 (patch) | |
| tree | e10daf2e31cce9bc971c28f6d5307d4099714d3b /drivers/spi/Kconfig | |
| parent | be0bf62e3df9afcb3f7a72de347770568dd60af6 (diff) | |
spi: Add MXIC controller driver
Add a driver for Macronix SPI controller IP.
Signed-off-by: Mason Yang <masonccyang@mxic.com.tw>
Reviewed-by: Boris Brezillon <boris.brezillon@bootlin.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/Kconfig')
| -rw-r--r-- | drivers/spi/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 7d3a5c94727e..91d45c9ac439 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
| @@ -684,6 +684,12 @@ config SPI_SUN6I | |||
| 684 | help | 684 | help |
| 685 | This enables using the SPI controller on the Allwinner A31 SoCs. | 685 | This enables using the SPI controller on the Allwinner A31 SoCs. |
| 686 | 686 | ||
| 687 | config SPI_MXIC | ||
| 688 | tristate "Macronix MX25F0A SPI controller" | ||
| 689 | depends on SPI_MASTER | ||
| 690 | help | ||
| 691 | This selects the Macronix MX25F0A SPI controller driver. | ||
| 692 | |||
| 687 | config SPI_MXS | 693 | config SPI_MXS |
| 688 | tristate "Freescale MXS SPI controller" | 694 | tristate "Freescale MXS SPI controller" |
| 689 | depends on ARCH_MXS | 695 | depends on ARCH_MXS |
