Skip to content

Commit

Permalink
ARM: add mach-asm9260
Browse files Browse the repository at this point in the history
it is low cost (?) SoC targeted for market in China and India which
trying to compete with AT91SAM9G25.

Here is some info:
http://www.alphascale.com/index.asp?ics/615.html

One of products:
http://www.aliexpress.com/store/product/2014-hot-sales-FREE-SHIPPING-new-Purple-core-ARM9-development-board-ASM9260T-SDRAM-power-line/433637_1931495721.html

In some cases this SoC looks similar to iMX23/iMX28. But currently it makes no
sense to merge mach code of this devices. Especially because most differences
are already collected mach-mxs folder.

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
  • Loading branch information
Oleksij Rempel authored and Arnd Bergmann committed Nov 28, 2014
1 parent 32e049a commit d9bfc86
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,8 @@ config ARCH_VIRT
#
source "arch/arm/mach-mvebu/Kconfig"

source "arch/arm/mach-asm9260/Kconfig"

source "arch/arm/mach-at91/Kconfig"

source "arch/arm/mach-axxia/Kconfig"
Expand Down
6 changes: 6 additions & 0 deletions arch/arm/mach-asm9260/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
config MACH_ASM9260
bool "Alphascale ASM9260"
depends on ARCH_MULTI_V5
select CPU_ARM926T
help
Support for Alphascale ASM9260 based platform.

0 comments on commit d9bfc86

Please sign in to comment.