diff options
author | Tom Rini <trini@konsulko.com> | 2019-06-11 17:22:22 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-06-11 17:22:22 -0400 |
commit | 2702646bc083c7916aedc8c5eef81948c5c3864f (patch) | |
tree | a72dd867e47f10733d47306ea3afd0ab9da98fc4 /drivers/spi/Kconfig | |
parent | 529faf80c339b78bd361b59735664f2605322b8e (diff) | |
parent | f90b3f5b68ed5e8d7f84aba0550d24326693524d (diff) | |
download | u-boot-2702646bc083c7916aedc8c5eef81948c5c3864f.tar.gz |
Merge tag 'u-boot-stm32-20190606' of https://github.com/pchotard/u-boot
- Add Ethernet support for STM32MP1
- Add saveenv support for STM32MP1
- Add STM32MP1 Avenger96 board support
- Add SPI driver suport for STM32MP1
- Add watchdog support for STM32MP1
- Update power supply check via USB TYPE-C for STM32MP1 discovery board
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index eb32f082fe..04ddb32a8f 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -239,6 +239,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 |