commit | d3a58262bc3384236d9bdbc5f508825dfc95b9c3 | [log] [tgz] |
---|---|---|
author | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Wed May 31 17:59:29 2017 +0200 |
committer | Simon Glass <sjg@chromium.org> | Wed Jun 07 21:30:49 2017 -0600 |
tree | eb70c0d790da7c37d2339d2aa6d492fd2e148288 | |
parent | f1fe2160eaa4b8f7d5c25a7845516b3562c0e9f5 [diff] |
rockchip: video: Kconfig: set MAX_XRES and MAX_YRES via Kconfig This introduces two new Kconfig options that configure the maximum allowable framebuffer size (i.e. the memory reservation/allocation for the framebuffer): - VIDEO_ROCKCHIP_MAX_XRES - VIDEO_ROCKCHIP_MAX_YRES The resulting memory allocation will cover 4 byte per pixel for these resolutions. Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Simon Glass <sjg@chromium.org>