diff options
Diffstat (limited to 'drivers/video/omap2/hdcp/Kconfig')
-rw-r--r-- | drivers/video/omap2/hdcp/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/video/omap2/hdcp/Kconfig b/drivers/video/omap2/hdcp/Kconfig new file mode 100644 index 0000000..a18f183 --- /dev/null +++ b/drivers/video/omap2/hdcp/Kconfig @@ -0,0 +1,14 @@ +menuconfig OMAP4_HDCP + bool "OMAP4 HDCP support" + depends on OMAP2_DSS && OMAP4_DSS_HDMI + default n + help + HDCP Interface. This adds the High Definition Content Protection Interface. + See http://www.digital-cp.com/ for HDCP specification. + +config OMAP4_HDCP_DEBUG + bool "OMAP4 HDCP Debugging" + depends on OMAP4_HDCP + default n + help + Enableds verbose debugging the the HDCP drivers |