blob: 77c6c1ef210eeb4ff6ab39d58fb8a5f90f978687 [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"
# BT driver firmware
LINUX_FIRMWARE="${LINUX_FIRMWARE} ibt_9560"