blob: cffb0d1617854e4795b1c86015b66270b11108c8 [file] [log] [blame]
# Copyright 2017 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=""
# Use ext4 crypto (for NYC Android container)
USE="${USE} direncryption"
# Enable TPM2
USE="${USE} -tpm tpm2"
# Include prebuilt (&signed) CR50 FW
USE="${USE} cr50_onboard"
# Enable touch in Chrome.
USE="${USE} touchview"
# Enable EC log in Chrome.
USE="${USE} eclog"
# BT driver firmware
LINUX_FIRMWARE="${LINUX_FIRMWARE} ibt_9560"