diff mbox series

[U-Boot,v5,06/13] drivers: spi: cf_spi: add Kconfig option

Message ID 20190313204653.9115-6-angelo@sysam.it
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot,v5,01/13] m68k: add basic set of devicetrees | expand

Commit Message

Angelo Dureghello March 13, 2019, 8:46 p.m. UTC
This patch adds cf_spi DM Kconfig option.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Angelo Dureghello <angelo@sysam.it>
---
Changes for v2:
- new patch
Changes for v3:
- re-put SOFT_SPI in place, options are out of alphabetical order
Changes for v4:
- none
Changes for v5:
- none
---
 drivers/spi/Kconfig | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Tom Rini May 26, 2019, 10:49 a.m. UTC | #1
On Wed, Mar 13, 2019 at 09:46:46PM +0100, Angelo Dureghello wrote:

> This patch adds cf_spi DM Kconfig option.
> 
> Reviewed-by: Simon Glass <sjg@chromium.org>
> Signed-off-by: Angelo Dureghello <angelo@sysam.it>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 098372e093..c01ec44dc1 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -87,6 +87,12 @@  config CADENCE_QSPI
 	  used to access the SPI NOR flash on platforms embedding this
 	  Cadence IP core.
 
+config CF_SPI
+        bool "ColdFire SPI driver"
+        help
+          Enable the ColdFire SPI driver. This driver can be used on
+          some m68k SoCs.
+
 config DESIGNWARE_SPI
 	bool "Designware SPI driver"
 	help