blob: 0828353b87be52deae329bc2e504ac8cffbc78e3 [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.
# Use LLVM amdgpu target when building LLVM.
LLVM_TARGETS="AMDGPU"
# Initial value just for style purposes.
USE=""
LINUX_FIRMWARE=""
# QCA Wifi and BT
LINUX_FIRMWARE="${LINUX_FIRMWARE} ath10k_qca6174a-5 qca6174a-5-bt"
# Google USBPD peripheral firmwares
# LINUX_FIRMWARE="${LINUX_FIRMWARE} cros-pd"
USE="${USE} zork"
# USE="${USE} als touchview"
# Use ext4 crypto
# USE="${USE} direncryption"
USE="${USE} unibuild"
USE="${USE} arc"
# Ability to run guest VMs.
# USE="${USE} kvm_host -crosvm-wl-dmabuf crosvm-gpu virtio_gpu"
# Add ec firmware.
USE="${USE} cros_ec"
# Add EC logging
USE="${USE} eclog"
# With amdgpu support.
USE="${USE} builtin_fw_amdgpu"
# Enable background blur.
USE="${USE} background_blur"
# Include the kernel in the base image.
USE="${USE} include_vmlinuz"