diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-22 10:38:37 -0500 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-22 10:38:37 -0500 |
commit | fcc9d2e5a6c89d22b8b773a64fb4ad21ac318446 (patch) | |
tree | a57612d1888735a2ec7972891b68c1ac5ec8faea /drivers/media/video/tegra/avp/Kconfig | |
parent | 8dea78da5cee153b8af9c07a2745f6c55057fe12 (diff) |
Diffstat (limited to 'drivers/media/video/tegra/avp/Kconfig')
-rw-r--r-- | drivers/media/video/tegra/avp/Kconfig | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/drivers/media/video/tegra/avp/Kconfig b/drivers/media/video/tegra/avp/Kconfig new file mode 100644 index 00000000000..fdd208510fc --- /dev/null +++ b/drivers/media/video/tegra/avp/Kconfig | |||
@@ -0,0 +1,25 @@ | |||
1 | config TEGRA_RPC | ||
2 | bool "Enable support for Tegra RPC" | ||
3 | depends on ARCH_TEGRA | ||
4 | default y | ||
5 | help | ||
6 | Enables support for the RPC mechanism necessary for the Tegra | ||
7 | multimedia framework. It is both used to communicate locally on the | ||
8 | CPU between multiple multimedia components as well as to communicate | ||
9 | with the AVP for offloading media decode. | ||
10 | |||
11 | Exports the local tegra RPC interface on device node | ||
12 | /dev/tegra_rpc. Also provides tegra fd based semaphores needed by | ||
13 | the tegra multimedia framework. | ||
14 | |||
15 | If unsure, say Y | ||
16 | |||
17 | config TEGRA_AVP | ||
18 | bool "Enable support for the AVP multimedia offload engine" | ||
19 | depends on ARCH_TEGRA && TEGRA_RPC | ||
20 | default y | ||
21 | help | ||
22 | Enables support for the multimedia offload engine used by Tegra | ||
23 | multimedia framework. | ||
24 | |||
25 | If unsure, say Y | ||