diff options
author | Oliver Schib <oliver.schib@gmx.ch> | 2018-05-12 15:06:40 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2018-05-14 07:23:41 +0200 |
commit | 7b672c06bf68425e64c6b17c35e83534498f44fb (patch) | |
tree | b73b754f8a5ad79706228119ea0e6c78fee8742d /target/config | |
parent | cfcbdb442a21d0df3647366ee23723ca062e1bcf (diff) |
add support for saving video decoding license keys to config
Signed-off-by: Oliver Schib <oliver.schib@gmx.ch>
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.runtime | 17 |
1 files changed, 17 insertions, 0 deletions
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 |