Skip to content

Commit

Permalink
[ARM] 5215/2: Add support for CM-X300 board
Browse files Browse the repository at this point in the history
This patch adds core support for CM-X300 board based on PXA300 processor

Signed-off-by: Mike Rapoport <mike@compulab.co.il>
Acked-by: Eric Miao <eric.miao@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Mike Rapoport authored and Russell King committed Aug 26, 2008
1 parent b8e6c91 commit cf75d8d
Show file tree
Hide file tree
Showing 3 changed files with 479 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/mach-pxa/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,11 @@ config MACH_ARMCORE
select PXA27x
select IWMMXT

config MACH_CM_X300
bool "CompuLab CM-X300 modules"
select PXA3xx
select CPU_PXA300

config MACH_MAGICIAN
bool "Enable HTC Magician Support"
select PXA27x
Expand Down
1 change: 1 addition & 0 deletions arch/arm/mach-pxa/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ obj-$(CONFIG_MACH_TAVOREVB) += tavorevb.o
obj-$(CONFIG_MACH_SAAR) += saar.o

obj-$(CONFIG_MACH_ARMCORE) += cm-x270.o
obj-$(CONFIG_MACH_CM_X300) += cm-x300.o
obj-$(CONFIG_PXA_EZX) += ezx.o

# Support for blinky lights
Expand Down
Loading

0 comments on commit cf75d8d

Please sign in to comment.