Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212620
b: refs/heads/master
c: 49b76f7
h: refs/heads/master
v: v3
  • Loading branch information
Steve Muckle authored and Daniel Walker committed Oct 8, 2010
1 parent d687204 commit 0d55ad6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 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: 998ba079fee7d9639003d77521d2117db17b4a04
refs/heads/master: 49b76f718d634599693e18efe169adfa2d5b75e8
8 changes: 7 additions & 1 deletion trunk/arch/arm/mach-msm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ config ARCH_MSM8X60
select CPU_V7
select MSM_V2_TLMM
select MSM_GPIOMUX
select MACH_MSM8X60_RUMI3 if (!MACH_MSM8X60_RUMI3)
select MACH_MSM8X60_SURF if (!MACH_MSM8X60_RUMI3)

endchoice

Expand Down Expand Up @@ -100,6 +100,12 @@ config MACH_MSM8X60_RUMI3
help
Support for the Qualcomm MSM8x60 RUMI3 emulator.

config MACH_MSM8X60_SURF
depends on ARCH_MSM8X60
bool "MSM8x60 SURF"
help
Support for the Qualcomm MSM8x60 SURF eval board.

endmenu

config MSM_DEBUG_UART
Expand Down
7 changes: 7 additions & 0 deletions trunk/arch/arm/mach-msm/board-msm8x60.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,10 @@ MACHINE_START(MSM8X60_RUMI3, "QCT MSM8X60 RUMI3")
.init_machine = msm8x60_init,
.timer = &msm_timer,
MACHINE_END

MACHINE_START(MSM8X60_SURF, "QCT MSM8X60 SURF")
.map_io = msm8x60_map_io,
.init_irq = msm8x60_init_irq,
.init_machine = msm8x60_init,
.timer = &msm_timer,
MACHINE_END

0 comments on commit 0d55ad6

Please sign in to comment.