diff mbox series

[U-Boot,v3,02/11] drivers: spi: cf_spi: add Kconfig option

Message ID 20181013223439.31998-2-angelo@sysam.it
State Superseded
Delegated to: Jason Jin
Headers show
Series [U-Boot,v3,01/11] m68k: add basic set of devicetrees | expand

Commit Message

Angelo Dureghello Oct. 13, 2018, 10:34 p.m. UTC
This patch adds cf_spi DM Kconfig option.

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
---
 drivers/spi/Kconfig | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Simon Glass Oct. 19, 2018, 3:26 a.m. UTC | #1
On 13 October 2018 at 16:34, Angelo Dureghello <angelo@sysam.it> wrote:
> This patch adds cf_spi DM Kconfig option.
>
> 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
> ---
>  drivers/spi/Kconfig | 6 ++++++
>  1 file changed, 6 insertions(+)

Reviewed-by: Simon Glass <sjg@chromium.org>
diff mbox series

Patch

diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 1df6876e9b..363f702a80 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