blob: dcdcc4a00ca1946750867971de7240cb732677b4 [file] [log] [blame]
# Copyright 2019 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} qc7180"
# Enable HW codecs using V4L2 API.
USE="${USE} v4l2_codec"
# Enable vulkan, but only for cros (see package.use)
USE="${USE} vulkan"