blob: 0258dce2e54e296ee672666c4ee7e774bca23028 [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"