linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: alberto@amarulasolutions.com (Alberto Panizzo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/4] spi_imx: Fix misspelled configuration variable SOC_IMX31
Date: Sun, 06 Mar 2011 16:39:15 +0100	[thread overview]
Message-ID: <1299425955.2624.30.camel@realization> (raw)
In-Reply-To: <1299425878.2624.29.camel@realization>



Signed-off-by: Alberto Panizzo <alberto@amarulasolutions.com>
---
 drivers/spi/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index bd9dad5..996cf03 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -161,7 +161,7 @@ config SPI_IMX_VER_0_0
 	def_bool y if SOC_IMX21 || SOC_IMX27
 
 config SPI_IMX_VER_0_4
-	def_bool y if SOC_MX31
+	def_bool y if SOC_IMX31
 
 config SPI_IMX_VER_0_7
 	def_bool y if ARCH_MX25 || SOC_IMX35 || SOC_IMX51 || SOC_IMX53
-- 
1.7.1

  reply	other threads:[~2011-03-06 15:39 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-06 15:37 [PATCH 0/4] Continue the mx31_3ds machine support Alberto Panizzo
2011-03-06 15:39 ` Alberto Panizzo [this message]
2011-03-08 19:44   ` [PATCH 1/4] spi_imx: Fix misspelled configuration variable SOC_IMX31 Uwe Kleine-König
2011-03-06 15:40 ` [PATCH 2/4] mach-mx31_3ds: Add support for the MMC slot of the personality board Alberto Panizzo
2011-03-07  8:27   ` Sascha Hauer
2011-03-07  9:06     ` Alberto Panizzo
2011-03-06 15:40 ` [PATCH 3/4] mach-mx31_3ds: Add support for framebuffer and LCD Alberto Panizzo
2011-03-06 15:41 ` [PATCH 4/4] mx31_3ds: Add support for the camera device on the personality board Alberto Panizzo
2011-03-08 19:59   ` Uwe Kleine-König
  -- strict thread matches above, loose matches on Subject: below --
2011-03-07 10:09 [PATCHv2 0/4] Continue the mx31_3ds machine support Alberto Panizzo
2011-03-07 10:10 ` [PATCH 1/4] spi_imx: Fix misspelled configuration variable SOC_IMX31 Alberto Panizzo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1299425955.2624.30.camel@realization \
    --to=alberto@amarulasolutions.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).