From: manabian@gmail.com (Joachim Eastwood)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/5] ARM: AT91: Fix build failure on board-dt
Date: Sun, 14 Oct 2012 23:46:35 +0200 [thread overview]
Message-ID: <1350251199-28065-2-git-send-email-manabian@gmail.com> (raw)
In-Reply-To: <1350251199-28065-1-git-send-email-manabian@gmail.com>
We need CONFIG_SOC_AT91SAM9 to get the at91sam926x_timer
symbol used in board-dt.
Signed-off-by: Joachim Eastwood <manabian@gmail.com>
---
arch/arm/mach-at91/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index 0fafb6a..d9b0546 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -507,6 +507,7 @@ comment "Generic Board Type"
config MACH_AT91SAM_DT
bool "Atmel AT91SAM Evaluation Kits with device-tree support"
+ select SOC_AT91SAM9
select USE_OF
help
Select this if you want to experiment device-tree with
--
1.7.12.3
next prev parent reply other threads:[~2012-10-14 21:46 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-14 21:46 [PATCH 0/5] Add DT support for AT91RM9200 Joachim Eastwood
2012-10-14 21:46 ` Joachim Eastwood [this message]
2012-10-15 5:59 ` [PATCH 1/5] ARM: AT91: Fix build failure on board-dt Jean-Christophe PLAGNIOL-VILLARD
2012-10-15 7:12 ` Joachim Eastwood
2012-10-14 21:46 ` [PATCH 2/5] ARM: AT91: Add DT support to AT91RM9200 System Timer Joachim Eastwood
2012-10-14 21:46 ` [PATCH 3/5] ARM: AT91: Add usart/tc/pio DT clock lookup to AT91RM9200 Joachim Eastwood
2012-10-14 21:46 ` [PATCH 4/5] ARM: AT91: Add AT91RM9200 DT board Joachim Eastwood
2012-10-15 6:08 ` Jean-Christophe PLAGNIOL-VILLARD
2012-10-14 21:46 ` [PATCH 5/5] ARM: AT91: Add AT91RM9200 device tree Joachim Eastwood
2012-10-15 6:03 ` Jean-Christophe PLAGNIOL-VILLARD
2012-10-15 7:01 ` Joachim Eastwood
2012-10-15 5:58 ` [PATCH 0/5] Add DT support for AT91RM9200 Jean-Christophe PLAGNIOL-VILLARD
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=1350251199-28065-2-git-send-email-manabian@gmail.com \
--to=manabian@gmail.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).