blob: e7729a633c12ad44887cbc27eb1374db781e8c22 [file] [log] [blame]
# Copyright 2018 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
# Initial value just for style purposes.
LINUX_FIRMWARE=""
USE=""
# Enable ARC by default
USE="${USE} arc"
# Use ext4 crypto (for NYC Android container)
USE="${USE} direncryption"
# Include prebuilt (&signed) CR50 FW
USE="${USE} cr50_onboard"
# Enable TPM2
USE="${USE} -tpm tpm2"
# Enable DPTF
USE="${USE} dptf"
# Disable ACPI AC driver
USE="${USE} -acpi_ac"
# Add Intel Camera IMGU ipu3-fw.bin
LINUX_FIRMWARE="${LINUX_FIRMWARE} ipu3_fw"
# Log cros_ec/cros_fp consoles with the timberslide daemon
USE="${USE} eclog"
# Enable virtual machines.
USE="${USE} kvm_host"
# Enable Intel wifi and bt firmware
LINUX_FIRMWARE="${LINUX_FIRMWARE} iwlwifi-7265D iwlwifi-7265 ibt-hw cros-pd"