]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/arm/plat-omap/Kconfig
ARM: OMAP: Dispatch only relevant DMA interrupts
[mv-sheeva.git] / arch / arm / plat-omap / Kconfig
index a94f0c44ebc8286b042f39a8de172c7d80eb4238..6b1d50610328ae23dd69d5239533c2dc88219b49 100644 (file)
@@ -14,9 +14,11 @@ config ARCH_OMAP1
 
 config ARCH_OMAP2
        bool "TI OMAP2"
+       select CPU_V6
 
 config ARCH_OMAP3
        bool "TI OMAP3"
+       select CPU_V7
 
 endchoice
 
@@ -102,6 +104,14 @@ config OMAP_MCBSP
          Say Y here if you want support for the OMAP Multichannel
          Buffered Serial Port.
 
+config OMAP_MBOX_FWK
+       tristate "Mailbox framework support"
+       depends on ARCH_OMAP
+       default n
+       help
+         Say Y here if you want to use OMAP Mailbox framework support for
+         DSP, IVA1.0 and IVA2 in OMAP1/2/3.
+
 choice
         prompt "System timer"
        default OMAP_MPU_TIMER