Skip to content

Commit

Permalink
ARM: at91/Kconfig: change at91sam9g45 entry
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Nicolas Ferre committed Apr 16, 2012
1 parent 929e994 commit ca1dcbf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion arch/arm/mach-at91/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,16 @@ config ARCH_AT91SAM9G20
select HAVE_NET_MACB

config ARCH_AT91SAM9G45
bool "AT91SAM9G45"
bool "AT91SAM9G45 or AT91SAM9M10 families"
select CPU_ARM926T
select GENERIC_CLOCKEVENTS
select HAVE_AT91_USART3
select HAVE_FB_ATMEL
select HAVE_NET_MACB
select HAVE_AT91_DBGU1
help
Select this if you are using one of Atmel's AT91SAM9G45 family SoC.
This support covers AT91SAM9G45, AT91SAM9G46, AT91SAM9M10 and AT91SAM9M11.

config ARCH_AT91SAM9X5
bool "AT91SAM9x5 family"
Expand Down

0 comments on commit ca1dcbf

Please sign in to comment.