aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91
diff options
context:
space:
mode:
authorNicolas Ferre <nicolas.ferre@atmel.com>2012-03-15 07:57:03 -0400
committerNicolas Ferre <nicolas.ferre@atmel.com>2012-04-16 06:36:42 -0400
commitfefbc4075a191e9e8c1064906c400ed19a0bc48a (patch)
tree246474d377030e8c54fe3c3a6467b2f8f7ef64ea /arch/arm/mach-at91
parenta26e1af50e716711c340146529403b37c5d455e8 (diff)
ARM: at91/Kconfig: add clarifications to AT91SAM9M10G45-EK entry
Add clarifications about the SoCs that can be found on an AT91SAM9M10G45-EK board. Add also the web link to this board on Atmel's website. Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/mach-at91')
-rw-r--r--arch/arm/mach-at91/Kconfig7
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index cad7a15f6e3..d2922a1ff40 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -442,9 +442,10 @@ comment "AT91SAM9G45 Board Type"
442config MACH_AT91SAM9M10G45EK 442config MACH_AT91SAM9M10G45EK
443 bool "Atmel AT91SAM9M10G45-EK Evaluation Kits" 443 bool "Atmel AT91SAM9M10G45-EK Evaluation Kits"
444 help 444 help
445 Select this if you are using Atmel's AT91SAM9G45-EKES Evaluation Kit. 445 Select this if you are using Atmel's AT91SAM9M10G45-EK Evaluation Kit.
446 "ES" at the end of the name means that this board is an 446 Those boards can be populated with any SoC of AT91SAM9G45 or AT91SAM9M10
447 Engineering Sample. 447 families: AT91SAM9G45, AT91SAM9G46, AT91SAM9M10 and AT91SAM9M11.
448 <http://www.atmel.com/tools/SAM9M10-G45-EK.aspx>
448 449
449endif 450endif
450 451