Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212448
b: refs/heads/master
c: e81fcc9
h: refs/heads/master
v: v3
  • Loading branch information
Linus Walleij authored and Russell King committed Oct 4, 2010
1 parent d2f2ca9 commit 758c54c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 38cdfe06630a109a7a38b70c3cd208defd9f5711
refs/heads/master: e81fcc97350755e021c85b816877ae292b8f28d0
14 changes: 14 additions & 0 deletions trunk/arch/arm/mach-ux500/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,18 @@ config UX500_DEBUG_UART
Choose the UART on which kernel low-level debug messages should be
output.

config U5500_MODEM_IRQ
bool "Modem IRQ support"
depends on MACH_U5500
default y
help
Add support for handling IRQ:s from modem side

config U5500_MBOX
bool "Mailbox support"
depends on MACH_U5500 && U5500_MODEM_IRQ
default y
help
Add support for U5500 mailbox communication with modem side

endif
2 changes: 2 additions & 0 deletions trunk/arch/arm/mach-ux500/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ obj-$(CONFIG_SMP) += platsmp.o headsmp.o
obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o
obj-$(CONFIG_LOCAL_TIMERS) += localtimer.o
obj-$(CONFIG_REGULATOR_AB8500) += board-mop500-regulators.o
obj-$(CONFIG_U5500_MODEM_IRQ) += modem_irq.o
obj-$(CONFIG_U5500_MBOX) += mbox.o

0 comments on commit 758c54c

Please sign in to comment.