blob: faa85072155c06a3ffbcdd676b031fc45756ef9a [file] [log] [blame]
# Copyright 2020 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=""
# Breakpad doesn't work on asurada. Override normal experiment / dogfood setups
# and always use the new crashpad.
USE="${USE} force_crashpad"
# Add EC logging
USE="${USE} eclog"
# Tell powerd to use the "mosys eventlog" command to log system events.
USE="${USE} mosys_eventlog"
# Use opengles
USE="${USE} -opengl opengles"
# Enable for daisydog
USE="${USE} watchdog"
# Enable Chrome's tablet mode
USE="${USE} touchview"
# Use ext4 crypto
USE="${USE} direncryption"
# Declare TPM model.
USE="${USE} -tpm tpm2"
USE="${USE} cr50_onboard"
# Google USBPD peripheral firmwares
LINUX_FIRMWARE="${LINUX_FIRMWARE} cros-pd"
# RTL8822CE WiFi firmware
LINUX_FIRMWARE="${LINUX_FIRMWARE} rtw8822c"
# RTL8822CE USB and UART BT firmware
LINUX_FIRMWARE="${LINUX_FIRMWARE} rtl_bt-8822ce-usb rtl_bt-8822ce-uart"