diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-03 11:24:21 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-03 11:24:21 +0200 |
commit | ba66549888fbf40b19f1db5b820d78e024b33017 (patch) | |
tree | def16ab5ab748e1d8c72e9df5b78ba70a8d990cb /target | |
parent | 08636cc5d22ed995d23617568c15c0d19f971ddf (diff) |
update vc libraries and firmware for raspberry pi, make GPU mem configurable
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.target | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/config/Config.in.target b/target/config/Config.in.target index c1cf1d534..449886160 100644 --- a/target/config/Config.in.target +++ b/target/config/Config.in.target @@ -275,3 +275,11 @@ config ADK_TARGET_PACKAGE_IPKG Create ipkg packages and use ipkg package management on the target. endchoice + +config ADK_TARGET_GPU_MEM + prompt "Target GPU Memory" + int + depends on ADK_TARGET_SYSTEM_RASPBERRY_PI + default 16 + help + use 128 or 256 when you use XBMC |