diff options
author | Brian Swetland <swetland@google.com> | 2008-09-09 09:36:50 -0700 |
---|---|---|
committer | Brian Swetland <swetland@google.com> | 2008-10-22 02:39:32 -0700 |
commit | b8a16e1fdfe9caed734df0e157ad74ae2b13e3bd (patch) | |
tree | bce53911b0eb587d067dcbda6ea47b9cc0b0536f /arch/arm/mach-msm/Makefile | |
parent | 1637de0c9b4dbac0f185e94b2b8cd2c2db78700d (diff) |
[ARM] msm: add proc_comm support, necessary for clock and power control
The proc_comm protocol is the lowest level protocol available for
communicating with the modem core. It provides access to clock and
power control, among other things, and is safe for use from atomic
contexts, unlike the higher level SMD and RPC transports.
Signed-off-by: Brian Swetland <swetland@google.com>
Diffstat (limited to 'arch/arm/mach-msm/Makefile')
-rw-r--r-- | arch/arm/mach-msm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/Makefile b/arch/arm/mach-msm/Makefile index d12f2365585..ae96ffff494 100644 --- a/arch/arm/mach-msm/Makefile +++ b/arch/arm/mach-msm/Makefile @@ -1,4 +1,5 @@ obj-y += io.o idle.o irq.o timer.o dma.o +obj-y += proc_comm.o # Common code for board init obj-y += common.o |