summaryrefslogtreecommitdiff
path: root/drivers/media/video/tegra/nvavp/Kconfig
blob: 294253a0de494c0390c1dd2836a31d1e396f52a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
config TEGRA_NVAVP
	bool "Enable support for Tegra NVAVP driver"
	depends on ARCH_TEGRA && TEGRA_GRHOST
	default n
	help
	  Enables support for the push-buffer mechanism based driver for the Tegra
	  multimedia framework. Exports the Tegra nvavp interface on device node
	  /dev/tegra_avpchannel.

	  If unsure, say N

config TEGRA_NVAVP_AUDIO
	bool "Enable Audio Channel support for Tegra NVAVP driver"
	depends on TEGRA_NVAVP
	default n
	help
	  Enables support for the push-buffer mechanism based driver for the Tegra
	  audio multimedia framework. Exports the Tegra nvavp interface on device node
	  /dev/tegra_audio_avpchannel.

	  If unsure, say N