blob: 8593226ab7ba9987d7bb9554afcf21aaceda4214 [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.
# Initial value just for style purposes.
LINUX_FIRMWARE=""
USE=""
# WiFi driver firmware
LINUX_FIRMWARE="${LINUX_FIRMWARE} iwlwifi-7265D iwlwifi-7265"
# BT driver firmware
LINUX_FIRMWARE="${LINUX_FIRMWARE} ibt-hw"
# Uncomment this later when TPM is actually available. Otherwise it
# causes tpm and attestationd daemons to continuously crash.
# USE="${USE} -tpm tpm2"
USE="${USE} arc"
# Use ext4 crypto
USE="${USE} direncryption"
USE="${USE} cros_ec cr50_onboard"
# Add EC logging
USE="${USE} eclog"