Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 112435
b: refs/heads/master
c: 49ea26d
h: refs/heads/master
i:
  112433: 3a6f469
  112431: d02b023
v: v3
  • Loading branch information
Kristoffer Ericson authored and Russell King committed Oct 2, 2008
1 parent 0cb3e75 commit 85b64ca
Show file tree
Hide file tree
Showing 7 changed files with 106 additions and 1,022 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: eda6f6ecbbd6bea070ca296e40c2117d80117b76
refs/heads/master: 49ea26d0a0fa8eebc4bf0432ec3ad35a35202615
16 changes: 4 additions & 12 deletions trunk/arch/arm/mach-pxa/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ config MACH_MAINSTONE
select PXA27x
select HAVE_PWM

config MACH_MP900C
bool "Nec Mobilepro 900/c"
select PXA25x

config ARCH_PXA_IDP
bool "Accelent Xscale IDP"
select PXA25x
Expand Down Expand Up @@ -216,18 +220,6 @@ config MACH_MAGICIAN
select PXA27x
select IWMMXT

config MACH_MIOA701
bool "Mitac Mio A701 Support"
select PXA27x
select IWMMXT
select LEDS_GPIO
select HAVE_PWM
select GPIO_SYSFS
help
Say Y here if you intend to run this kernel on a
MIO A701. Currently there is only basic support
for this PDA.

config MACH_PCM027
bool "Phytec phyCORE-PXA270 CPU module (PCM-027)"
select PXA27x
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 @@ -25,6 +25,7 @@ obj-$(CONFIG_ARCH_GUMSTIX) += gumstix.o
obj-$(CONFIG_ARCH_LUBBOCK) += lubbock.o
obj-$(CONFIG_MACH_LOGICPD_PXA270) += lpd270.o
obj-$(CONFIG_MACH_MAINSTONE) += mainstone.o
obj-$(CONFIG_MACH_MP900C) += mp900.o
obj-$(CONFIG_ARCH_PXA_IDP) += idp.o
obj-$(CONFIG_MACH_TRIZEPS4) += trizeps4.o
obj-$(CONFIG_MACH_COLIBRI) += colibri.o
Expand All @@ -37,7 +38,6 @@ obj-$(CONFIG_MACH_PCM990_BASEBOARD) += pcm990-baseboard.o
obj-$(CONFIG_MACH_TOSA) += tosa.o
obj-$(CONFIG_MACH_EM_X270) += em-x270.o
obj-$(CONFIG_MACH_MAGICIAN) += magician.o
obj-$(CONFIG_MACH_MIOA701) += mioa701.o mioa701_bootresume.o
obj-$(CONFIG_ARCH_PXA_ESERIES) += eseries.o eseries_udc.o
obj-$(CONFIG_MACH_E740) += e740_lcd.o
obj-$(CONFIG_MACH_E750) += e750_lcd.o
Expand Down
67 changes: 0 additions & 67 deletions trunk/arch/arm/mach-pxa/include/mach/mioa701.h

This file was deleted.

Loading

0 comments on commit 85b64ca

Please sign in to comment.