summaryrefslogtreecommitdiff
path: root/drivers/spi/Kconfig
diff options
context:
space:
mode:
authorPatrice Chotard <patrice.chotard@st.com>2019-04-30 19:08:28 +0300
committerPatrice Chotard <patrice.chotard@st.com>2019-06-06 18:40:17 +0300
commita2a89b2e21dbb68c9302a174013a1fab3a8ef42b (patch)
tree50ebd8b2c595203ff44a78b8ff8420dfb19039c2 /drivers/spi/Kconfig
parent248278d7f789c8f885197a22285639c635f5a34b (diff)
downloadu-boot-a2a89b2e21dbb68c9302a174013a1fab3a8ef42b.tar.xz
spi: stm32: Add Serial Peripheral Interface driver for STM32MP
Add SPI driver support for STM32MP SoCs family. Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r--drivers/spi/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 7044da35d6..b80d363432 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -234,6 +234,14 @@ config STM32_QSPI
used to access the SPI NOR flash chips on platforms embedding
this ST IP core.
+config STM32_SPI
+ bool "STM32 SPI driver"
+ depends on ARCH_STM32MP
+ help
+ Enable the STM32 Serial Peripheral Interface (SPI) driver for STM32MP
+ SoCs. This uses driver model and requires a device tree binding to
+ operate.
+
config TEGRA114_SPI
bool "nVidia Tegra114 SPI driver"
help