aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorNicolas Ferre <nicolas.ferre@atmel.com>2012-03-15 07:26:43 -0400
committerNicolas Ferre <nicolas.ferre@atmel.com>2012-04-16 06:36:40 -0400
commitca1dcbf7fc6a9d849f487a50f8ee34f923d8e16b (patch)
treec2be61ba289b386725eea63850ec59fff38803b9 /arch/arm
parent929e994f7e249a58f50ccdd066da9899a6e39c7a (diff)
ARM: at91/Kconfig: change at91sam9g45 entry
The AT91SAM9G45 entry covers the whole family so we also add the AT91SAM9M10 name and the "families" qualifier. Then, add a comment to explain which SoCs are supported by this entry: AT91SAM9G45, AT91SAM9G46 but also AT91SAM9M10 and AT91SAM9M11. Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mach-at91/Kconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index 45db05d8d94..dfbc2c5432a 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -89,13 +89,16 @@ config ARCH_AT91SAM9G20
89 select HAVE_NET_MACB 89 select HAVE_NET_MACB
90 90
91config ARCH_AT91SAM9G45 91config ARCH_AT91SAM9G45
92 bool "AT91SAM9G45" 92 bool "AT91SAM9G45 or AT91SAM9M10 families"
93 select CPU_ARM926T 93 select CPU_ARM926T
94 select GENERIC_CLOCKEVENTS 94 select GENERIC_CLOCKEVENTS
95 select HAVE_AT91_USART3 95 select HAVE_AT91_USART3
96 select HAVE_FB_ATMEL 96 select HAVE_FB_ATMEL
97 select HAVE_NET_MACB 97 select HAVE_NET_MACB
98 select HAVE_AT91_DBGU1 98 select HAVE_AT91_DBGU1
99 help
100 Select this if you are using one of Atmel's AT91SAM9G45 family SoC.
101 This support covers AT91SAM9G45, AT91SAM9G46, AT91SAM9M10 and AT91SAM9M11.
99 102
100config ARCH_AT91SAM9X5 103config ARCH_AT91SAM9X5
101 bool "AT91SAM9x5 family" 104 bool "AT91SAM9x5 family"