]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - arch/arm/mach-ux500/Kconfig
ARM: 6417/1: ux500: build configuration for DB5500 mbox and modem irq handler
[net-next-2.6.git] / arch / arm / mach-ux500 / Kconfig
index 6625e5bbf4d6384cdbbde138dc3a22b30a66b549..23fe018cd10b231fb9f061e00be2a9fed4be0fc5 100644 (file)
@@ -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