Skip to content

Commit

Permalink
msm: create config option for proc-comm
Browse files Browse the repository at this point in the history
Some builds may not support the proc-comm interface with
the baseband processor.

Signed-off-by: Steve Muckle <smuckle@codeaurora.org>
Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
  • Loading branch information
Steve Muckle authored and Daniel Walker committed Oct 8, 2010
1 parent 5d73c53 commit c8aabae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 6 additions & 0 deletions 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 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 c8aabae

Please sign in to comment.