Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 112382
b: refs/heads/master
c: cf75d8d
h: refs/heads/master
v: v3
  • Loading branch information
Mike Rapoport authored and Russell King committed Aug 26, 2008
1 parent f01c8ae commit addacef
Show file tree
Hide file tree
Showing 10 changed files with 946 additions and 559 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 922613436ae562a2903698f3a6e16998382a549d
refs/heads/master: cf75d8d213f58c01791940c4392c4122e0063bc0
8 changes: 5 additions & 3 deletions trunk/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 Expand Up @@ -256,9 +261,6 @@ config PCM990_DISPLAY_NONE

endchoice

config MACH_AM200EPD
depends on MACH_GUMSTIX_F
bool "Enable AM200EPD board support"

config PXA_EZX
bool "Motorola EZX Platform"
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-pxa/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ obj-$(CONFIG_CPU_PXA930) += pxa930.o

# Specific board support
obj-$(CONFIG_ARCH_GUMSTIX) += gumstix.o
obj-$(CONFIG_MACH_AM200EPD) += am200epd.o
obj-$(CONFIG_ARCH_LUBBOCK) += lubbock.o
obj-$(CONFIG_MACH_LOGICPD_PXA270) += lpd270.o
obj-$(CONFIG_MACH_MAINSTONE) += mainstone.o
Expand Down Expand Up @@ -55,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 addacef

Please sign in to comment.