diff options
author | Stefan Nilsson XK <stefan.xk.nilsson@stericsson.com> | 2010-06-02 14:25:12 +0200 |
---|---|---|
committer | John Rigby <john.rigby@linaro.org> | 2010-09-02 22:45:33 -0600 |
commit | 47275a93c10ec5a77d077456c212f833436a2108 (patch) | |
tree | 7db46a156f830bbd37dc6a94501c57d95917ff29 /arch/arm/mach-ux500/Makefile | |
parent | e9087b695b2445e04c826abdde9ff56afb554454 (diff) | |
download | linux-2.6.34-ux500-47275a93c10ec5a77d077456c212f833436a2108.tar.gz |
mach-ux500: Modem IRQ handler
Adds the generic modem IRQ handler which is used to configure and
retrieve IRQ:s from the modem. Used by for instance mailbox driver.
ST-Ericsson ID: AP259650
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/731
Tested-by: Stefan NILSSON <stefan.xk.nilsson@stericsson.com>
Reviewed-by: Jonas ABERG <jonas.aberg@stericsson.com>
Signed-off-by: Mian Yousaf Kaukab <mian.yousaf.kaukab@stericsson.com>
Change-Id: I243f5401fdfdc909d559627d6cd477dd3f549ade
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/2399
Diffstat (limited to 'arch/arm/mach-ux500/Makefile')
-rwxr-xr-x | arch/arm/mach-ux500/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/Makefile b/arch/arm/mach-ux500/Makefile index 77212ff2faa..e4075d1aeaf 100755 --- a/arch/arm/mach-ux500/Makefile +++ b/arch/arm/mach-ux500/Makefile @@ -26,6 +26,7 @@ obj-$(CONFIG_U8500_PM) += pm.o savecontext.o obj-$(CONFIG_SENSORS1P_MOP) += sensors1p.o obj-$(CONFIG_USB) += musb_db8500.o obj-$(CONFIG_U5500_MLOADER_HELPER) += mloader_helper.o +obj-$(CONFIG_U5500_MODEM_IRQ) += modem_irq.o ifeq ($(CONFIG_MFD_STE_CONN), m) obj-y += ste_conn_devices.o |