mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
b3d8206872
Enable content protection by setting CONFIG_MSM_VIDC_CONTENT_PROTECTION in target config file Change-Id: I8e9b43b6eb09a11c0b5d987903b8bbffde1572e3 Signed-off-by: Riaz Ur Rahaman <riazr@codeaurora.org>
43 lines
971 B
Text
43 lines
971 B
Text
#
|
|
# VIDEO CORE
|
|
#
|
|
menuconfig MSM_VIDC
|
|
bool "Video Core Driver"
|
|
depends on ARCH_MSM8X60 || ARCH_MSM7X30 || ARCH_MSM8960
|
|
default y
|
|
---help---
|
|
Say Y here to see options for video device drivers.
|
|
If you say N, all options in this submenu will be skipped and disabled.
|
|
|
|
config MSM_VIDC_720P
|
|
bool "720P Video Core"
|
|
depends on MSM_VIDC && ARCH_MSM7X30
|
|
default y
|
|
help
|
|
This option enables support for Video core.
|
|
|
|
config MSM_VIDC_1080P
|
|
bool "1080P Video Core"
|
|
depends on MSM_VIDC && (ARCH_MSM8X60 || ARCH_MSM8960)
|
|
default y
|
|
help
|
|
This option enables support for Video core.
|
|
|
|
config MSM_VIDC_VENC
|
|
tristate "Video encoder"
|
|
depends on MSM_VIDC
|
|
default y
|
|
help
|
|
This option enables support for Video encoder.
|
|
|
|
config MSM_VIDC_VDEC
|
|
tristate "Video decoder"
|
|
depends on MSM_VIDC
|
|
default y
|
|
help
|
|
This option enables support for Video decoder.
|
|
|
|
config MSM_VIDC_CONTENT_PROTECTION
|
|
bool "Enable Content Protection"
|
|
help
|
|
Enable content protection feature for Video.
|