linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* ARM: at-91: ARCH_AT91SAM9X5 went missing
@ 2013-03-13 10:48 Paul Bolle
  2013-03-13 11:12 ` Nicolas Ferre
  0 siblings, 1 reply; 8+ messages in thread
From: Paul Bolle @ 2013-03-13 10:48 UTC (permalink / raw)
  To: linux-arm-kernel

0) Commit 1e3ce2b8545390a2aee8dbfcd49ca4161b636000
("AR[M]: at91: introduce SOC_AT91xxx define to allow to compile SoC core
support") dropped the Kconfig symbol ARCH_AT91SAM9X5. It seems it missed
something like this:

diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index 6071f4c..2db5370 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -131,6 +131,10 @@ config ARCH_AT91SAM9G45
        bool "AT91SAM9G45"
        select SOC_AT91SAM9G45
 
+config ARCH_AT91SAM9X5
+       bool "AT91SAM9X5"
+       select SOC_AT91SAM9X5
+
 config ARCH_AT91X40
        bool "AT91x40"
        depends on !MMU

1) But before I submit something along those lines: ARCH_AT91* variants
are still used quite a bit around the tree (both as Kconfig symbols and
as Kconfig macros). How are the current SOC_AT91* symbols wired back to
the old ARCH_AT91* symbols? Or are those old symbols and macros _only_
needed for backwards compatibility?


Paul Bolle

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

end of thread, other threads:[~2013-03-14  8:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-13 10:48 ARM: at-91: ARCH_AT91SAM9X5 went missing Paul Bolle
2013-03-13 11:12 ` Nicolas Ferre
2013-03-13 11:22   ` Paul Bolle
2013-03-13 12:26     ` Jean-Christophe PLAGNIOL-VILLARD
2013-03-14  8:17       ` Paul Bolle
2013-03-14  8:30         ` Nicolas Ferre
2013-03-14  8:52           ` Paul Bolle
2013-03-13 12:30     ` Nicolas Ferre

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).