]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/arm/plat-omap/dsp/Kconfig
OMAP: DSP: N800: remaining updates for dsp parts
[linux-2.6-omap-h63xx.git] / arch / arm / plat-omap / dsp / Kconfig
1
2 config OMAP_DSP
3         tristate "OMAP DSP driver (DSP Gateway)"
4         depends on ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP24XX
5         select OMAP_MMU_FWK
6         select OMAP_MBOX_FWK
7         help
8           This enables OMAP DSP driver, DSP Gateway.
9
10 config OMAP_DSP_MBCMD_VERBOSE
11         bool "Mailbox Command Verbose LOG"
12         depends on OMAP_DSP
13         help
14           This enables kernel log output in the Mailbox command exchanges
15           in the DSP Gateway driver.
16
17 config OMAP_DSP_TASK_MULTIOPEN
18         bool "DSP Task Multiopen Capability"
19         depends on OMAP_DSP
20         help
21           This enables DSP tasks to be opened by multiple times at a time.
22           Otherwise, they can be opened only once at a time.
23
24 config OMAP_DSP_FBEXPORT
25         bool "Framebuffer export to DSP"
26         depends on OMAP_DSP && FB
27         help
28           This enables to map the frame buffer to DSP.
29           By doing this, DSP can access the frame buffer directly without
30           bothering ARM.
31