From 7b672c06bf68425e64c6b17c35e83534498f44fb Mon Sep 17 00:00:00 2001 From: Oliver Schib Date: Sat, 12 May 2018 15:06:40 +0200 Subject: add support for saving video decoding license keys to config Signed-off-by: Oliver Schib --- target/config/Config.in.runtime | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'target/config/Config.in.runtime') diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime index 14151d371..96668cd53 100644 --- a/target/config/Config.in.runtime +++ b/target/config/Config.in.runtime @@ -717,3 +717,20 @@ config ADK_SIMPLE_NETWORK_CONFIG_NS config ADK_SIMPLE_NETWORK_CONFIG_PROXY string "HTTP-Proxy (f.e. http://10.0.0.2:8080)" depends on ADK_SIMPLE_NETWORK_CONFIG + +menu "video decoding license keys" +depends on ADK_TARGET_BOARD_BCM28XX + +config ADK_RUNTIME_MPEG2_KEY + string "MPEG2" + default "0x12345678" + help + Hardware-specific license key for MPEG2 decoding. + +config ADK_RUNTIME_VC1_KEY + string "VC-1" + default "0x12345678" + help + Hardware-specific license key for VC-1 decoding. + +endmenu -- cgit v1.2.3