diff options
author | Linus Walleij <linus.walleij@stericsson.com> | 2010-09-28 15:45:41 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-10-04 19:44:29 +0100 |
commit | e81fcc97350755e021c85b816877ae292b8f28d0 (patch) | |
tree | 673fdede45f24abf77e548e4cb9e97c46b5bb79a /arch/arm/mach-ux500/Kconfig | |
parent | 38cdfe06630a109a7a38b70c3cd208defd9f5711 (diff) | |
download | kernel_samsung_smdk4412-e81fcc97350755e021c85b816877ae292b8f28d0.zip kernel_samsung_smdk4412-e81fcc97350755e021c85b816877ae292b8f28d0.tar.gz kernel_samsung_smdk4412-e81fcc97350755e021c85b816877ae292b8f28d0.tar.bz2 |
ARM: 6417/1: ux500: build configuration for DB5500 mbox and modem irq handler
This rounds of the DB5500 mailbox patches by adding the Kconfig
options to enable the modem IRQs and mailboxes.
Signed-off-by: Stefan Nilsson XK <stefan.xk.nilsson@stericsson.com>
Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-ux500/Kconfig')
-rw-r--r-- | arch/arm/mach-ux500/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/Kconfig b/arch/arm/mach-ux500/Kconfig index 6625e5b..23fe018 100644 --- a/arch/arm/mach-ux500/Kconfig +++ b/arch/arm/mach-ux500/Kconfig @@ -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 |