Merge current mainline tree into linux-omap tree
[pandora-kernel.git] / drivers / dsp / dspgateway / 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_FBEXPORT
18         bool "Framebuffer export to DSP"
19         depends on OMAP_DSP && FB
20         help
21           This enables to map the frame buffer to DSP.
22           By doing this, DSP can access the frame buffer directly without
23           bothering ARM.
24