From: Alexander Shiyan <shc_work@mail.ru>
To: barebox@lists.infradead.org
Subject: [PATCH 8/8] Fix wrong Kconfig reference to ARCH_IMX31
Date: Sat, 8 Dec 2012 10:51:26 +0400 [thread overview]
Message-ID: <1354949486-12917-8-git-send-email-shc_work@mail.ru> (raw)
In-Reply-To: <1354949486-12917-1-git-send-email-shc_work@mail.ru>
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
---
drivers/video/Kconfig | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index f09ffdf..354e68b 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -15,14 +15,14 @@ config IMXFB_DRIVER_VIDEO_IMX_OVERLAY
config DRIVER_VIDEO_IMX_IPU
bool "i.MX31/35 framebuffer driver"
- depends on ARCH_IMX35 || ARCH_IMX_31
+ depends on ARCH_IMX35 || ARCH_IMX31
help
Add support for the IPU framebuffer device found on
i.MX31 and i.MX35 CPUs.
config DRIVER_VIDEO_IMX_IPU_OVERLAY
bool "i.MX31/35 framebuffer overlay support"
- depends on DRIVER_VIDEO_IMX_IPU && (ARCH_IMX35 || ARCH_IMX_31)
+ depends on DRIVER_VIDEO_IMX_IPU && (ARCH_IMX35 || ARCH_IMX31)
config DRIVER_VIDEO_STM
bool "i.MX23/28 framebuffer driver"
--
1.7.8.6
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2012-12-08 6:53 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-08 6:51 [PATCH 1/8] Cleanup Kconfig files Alexander Shiyan
2012-12-08 6:51 ` [PATCH 2/8] Remove bad Kconfig reference to HAS_CFI Alexander Shiyan
2012-12-08 6:51 ` [PATCH 3/8] Remove bad Kconfig reference to HAVE_MMU Alexander Shiyan
2012-12-08 6:51 ` [PATCH 4/8] Remove bad Kconfig reference to HAVE_CLK Alexander Shiyan
2012-12-08 6:51 ` [PATCH 5/8] Remove bad Kconfig reference to DISK_DRIVE Alexander Shiyan
2012-12-08 6:51 ` [PATCH 6/8] Remove bad Kconfig reference to HAS_PCI Alexander Shiyan
2012-12-08 6:51 ` [PATCH 7/8] Remove bad Kconfig reference to MTD_NAND Alexander Shiyan
2012-12-08 6:51 ` Alexander Shiyan [this message]
2012-12-08 14:26 ` [PATCH 1/8] Cleanup Kconfig files Sascha Hauer
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=1354949486-12917-8-git-send-email-shc_work@mail.ru \
--to=shc_work@mail.ru \
--cc=barebox@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