blob: 58f8de547a93d1e22808d7e24b18373ed5bfafae [file] [log] [blame]
# Copyright 2015 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
# Turn on the video cards this board uses.
VIDEO_CARDS="tegra"
# Initial value just for style purposes.
USE=""
# Disable unibuild on this legacy board. This is only for existing (as of Jan 2019)
# boards as all new boards must be unibuild enabled moving forward. Do not copy this
# to new boards as it will be rejected. See
# https://chromium.googlesource.com/chromiumos/platform2/+/HEAD/chromeos-config/README.md
# for further details about chromeos-config, which is the required entry point for
# unified builds.
USE="${USE} -unibuild"
# Disable CrOS video decoder on this board because it doesn't support import mode.
USE="${USE} disable_cros_video_decoder"
# Enable HW codecs using V4L2 API.
USE="${USE} v4l2_codec"
# Disable a NV12 format buffer allocation in chrome with
# gfx::BufferUsage::SCANOUT_CPU_READ_WRITE usage.
USE="${USE} disable_yuv420_biplanar"