diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2019-02-27 20:02:11 +0530 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2019-03-04 18:08:56 +0530 |
commit | 853f4511e99456ad8eae3fadac641bcdb685868d (patch) | |
tree | 547f53a4534f5bd179a40638e2f43cdcd32207bd /drivers/spi/Kconfig | |
parent | 8d71a19edd3fdb687709b240341abc7eebcce77e (diff) | |
download | u-boot-853f4511e99456ad8eae3fadac641bcdb685868d.tar.gz u-boot-853f4511e99456ad8eae3fadac641bcdb685868d.tar.xz u-boot-853f4511e99456ad8eae3fadac641bcdb685868d.zip |
spi: sun4: Add A31 spi controller support
The usual SPI transmission protocol in Allwinner A10 and A31
controllers share similar context with minimal changes in register
offsets along with few additional register bits on A31.
So, add A31 spi controller support in existing sun4i_spi with A31
specific register offsets and bits.
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index ac7fbab841..15207d23c1 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -223,9 +223,9 @@ config STM32_QSPI this ST IP core. config SUN4I_SPI - bool "Allwinner A10 SoCs SPI controller" + bool "Allwinner A10/A31 SoCs SPI controller" help - SPI driver for Allwinner sun4i, sun5i and sun7i SoCs + This enables using the SPI controller on the Allwinner A10/A31 SoCs. config TEGRA114_SPI bool "nVidia Tegra114 SPI driver" |