DistroKit Mailinglist
 help / color / mirror / Atom feed
* [DistroKit] [PATCH 1/2] platform-v7a: barebox-mx6: enable i.MX SPI driver
@ 2018-02-19 14:12 Roland Hieber
  2018-02-19 14:12 ` [DistroKit] [PATCH 2/2] platform-v7a: barebox-mx6: enable i.MX I2C driver Roland Hieber
  2018-02-19 14:15 ` [DistroKit] [PATCH 1/2] platform-v7a: barebox-mx6: enable i.MX SPI driver Robert Schwebel
  0 siblings, 2 replies; 4+ messages in thread
From: Roland Hieber @ 2018-02-19 14:12 UTC (permalink / raw)
  To: distrokit; +Cc: Roland Hieber

SPI is a useful thing to have, especially if you want to read your
barebox-env from SPI-NOR, like some boards do.

Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
---
 configs/platform-v7a/barebox-mx6.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/platform-v7a/barebox-mx6.config b/configs/platform-v7a/barebox-mx6.config
index 70bdab8..cd90504 100644
--- a/configs/platform-v7a/barebox-mx6.config
+++ b/configs/platform-v7a/barebox-mx6.config
@@ -510,7 +510,7 @@ CONFIG_NET_USB_SMSC95XX=y
 #
 CONFIG_SPI=y
 # CONFIG_DRIVER_SPI_GPIO is not set
-# CONFIG_DRIVER_SPI_IMX is not set
+CONFIG_DRIVER_SPI_IMX=y
 CONFIG_DRIVER_SPI_IMX_2_3=y
 # CONFIG_I2C is not set
 CONFIG_MTD=y
-- 
2.11.0


_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-02-19 14:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-19 14:12 [DistroKit] [PATCH 1/2] platform-v7a: barebox-mx6: enable i.MX SPI driver Roland Hieber
2018-02-19 14:12 ` [DistroKit] [PATCH 2/2] platform-v7a: barebox-mx6: enable i.MX I2C driver Roland Hieber
2018-02-19 14:15   ` Robert Schwebel
2018-02-19 14:15 ` [DistroKit] [PATCH 1/2] platform-v7a: barebox-mx6: enable i.MX SPI driver Robert Schwebel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox