blob: b20dcda2bed3a896c88a6f865395f3cc84a375e8 [file] [log] [blame]
# Copyright 2017 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
CHROMEOS_KERNEL_SPLITCONFIG="chromiumos-qualcomm"
CHROMEOS_KERNEL_ARCH="arm64"
BOARD_COMPILER_FLAGS="-march=armv8-a+crc -ftree-vectorize"
# Initial value just for style purposes.
USE=""
USE="${USE} big_little"
USE="${USE} device_tree"
USE="${USE} drm_atomic"
USE="${USE} hardfp"
USE="${USE} kernel-5_4"
USE="${USE} native_gpu_memory_buffers"
USE="${USE} neon"
USE="${USE} qc845"
# Disable CrOS video decoder on this board because we haven't implement V4L2
# stateful VideoDecoder.
USE="${USE} disable_cros_video_decoder"
# Enable HW codecs using V4L2 API.
USE="${USE} v4l2_codec"