diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2014-02-05 08:05:05 -0500 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-02-05 09:58:36 -0500 |
commit | 3558fe900e8af6c3bfadeff24a12ffb19ac9b108 (patch) | |
tree | e5180d42e535f6449099b7cf95ee518c05df5a29 /drivers/spi/Kconfig | |
parent | 38dbfb59d1175ef458d006556061adeaa8751b72 (diff) |
spi: sunxi: Add Allwinner A31 SPI controller driver
The Allwinner A31 has a new SPI controller IP compared to the older Allwinner
SoCs.
It supports DMA, but the driver only does PIO for now, and DMA will be
supported eventually.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Mark Brown <broonie@linaro.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 ba9310bc9acb..7cfe0eed8dfa 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
@@ -446,6 +446,12 @@ config SPI_SIRF | |||
446 | help | 446 | help |
447 | SPI driver for CSR SiRFprimaII SoCs | 447 | SPI driver for CSR SiRFprimaII SoCs |
448 | 448 | ||
449 | config SPI_SUN6I | ||
450 | tristate "Allwinner A31 SPI controller" | ||
451 | depends on ARCH_SUNXI || COMPILE_TEST | ||
452 | help | ||
453 | This enables using the SPI controller on the Allwinner A31 SoCs. | ||
454 | |||
449 | config SPI_MXS | 455 | config SPI_MXS |
450 | tristate "Freescale MXS SPI controller" | 456 | tristate "Freescale MXS SPI controller" |
451 | depends on ARCH_MXS | 457 | depends on ARCH_MXS |