diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2012-03-15 07:48:41 -0400 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2012-04-16 06:36:41 -0400 |
commit | a26e1af50e716711c340146529403b37c5d455e8 (patch) | |
tree | 65f36509109e18d93a768461ad33a1a1d8d0ea39 /arch/arm/mach-at91/Kconfig | |
parent | ca1dcbf7fc6a9d849f487a50f8ee34f923d8e16b (diff) |
ARM: at91/Kconfig: add comment to at91sam9x5 family entry
Add comment to make it clear that several SoC are supported by
this generic entry.
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/mach-at91/Kconfig')
-rw-r--r-- | arch/arm/mach-at91/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig index dfbc2c5432ab..cad7a15f6e35 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig | |||
@@ -107,6 +107,12 @@ config ARCH_AT91SAM9X5 | |||
107 | select HAVE_FB_ATMEL | 107 | select HAVE_FB_ATMEL |
108 | select HAVE_NET_MACB | 108 | select HAVE_NET_MACB |
109 | select HAVE_AT91_DBGU0 | 109 | select HAVE_AT91_DBGU0 |
110 | help | ||
111 | Select this if you are using one of Atmel's AT91SAM9x5 family SoC. | ||
112 | This means that your SAM9 name finishes with a '5' (except if it is | ||
113 | AT91SAM9G45!). | ||
114 | This support covers AT91SAM9G15, AT91SAM9G25, AT91SAM9X25, AT91SAM9G35 | ||
115 | and AT91SAM9X35. | ||
110 | 116 | ||
111 | config ARCH_AT91X40 | 117 | config ARCH_AT91X40 |
112 | bool "AT91x40" | 118 | bool "AT91x40" |