Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212606
b: refs/heads/master
c: c8aabae
h: refs/heads/master
v: v3
  • Loading branch information
Steve Muckle authored and Daniel Walker committed Oct 8, 2010
1 parent c484c2d commit 48ae59e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 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: 5d73c53b786665f991f70be01a51a23233aeb44f
refs/heads/master: c8aabaeb52ef6a0aeb6e8e209431b9bb01dcd287
6 changes: 6 additions & 0 deletions trunk/arch/arm/mach-msm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ config ARCH_MSM7X00A
select MSM_SMD
select MSM_SMD_PKG3
select CPU_V6
select MSM_PROC_COMM

config ARCH_MSM7X30
bool "MSM7x30"
Expand All @@ -19,6 +20,7 @@ config ARCH_MSM7X30
select CPU_V7
select MSM_REMOTE_SPINLOCK_DEKKERS
select MSM_GPIOMUX
select MSM_PROC_COMM

config ARCH_QSD8X50
bool "QSD8X50"
Expand All @@ -28,6 +30,7 @@ config ARCH_QSD8X50
select CPU_V7
select MSM_REMOTE_SPINLOCK_LDREX
select MSM_GPIOMUX
select MSM_PROC_COMM
endchoice

config MSM_SOC_REV_A
Expand Down Expand Up @@ -105,6 +108,9 @@ endchoice
config MSM_SMD_PKG3
bool

config MSM_PROC_COMM
bool

config MSM_SMD
bool

Expand Down
5 changes: 2 additions & 3 deletions trunk/arch/arm/mach-msm/Makefile
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
obj-y += proc_comm.o
obj-y += io.o idle.o timer.o dma.o
obj-y += vreg.o
obj-y += acpuclock-arm11.o
obj-y += clock.o clock-pcom.o

ifdef CONFIG_MSM_VIC
obj-y += irq-vic.o
else
obj-y += irq.o
endif

obj-$(CONFIG_MSM_PROC_COMM) += proc_comm.o clock-pcom.o vreg.o
obj-$(CONFIG_MSM_PROC_COMM) += clock.o
obj-$(CONFIG_ARCH_QSD8X50) += sirc.o
obj-$(CONFIG_MSM_SMD) += smd.o smd_debug.o
obj-$(CONFIG_MSM_SMD) += last_radio_log.o
Expand Down

0 comments on commit 48ae59e

Please sign in to comment.