| # Copyright 2018 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 kukui. Override normal experiment / dogfood setups |
| # and always use the new crashpad. |
| USE="${USE} force_crashpad" |
| |
| # Add EC logging |
| USE="${USE} eclog" |
| |
| # Always have bootblock inside EC. |
| USE="${USE} bootblock_in_ec" |
| |
| # 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" |
| |
| # Enable tablet form factor |
| USE="${USE} tablet_form_factor" |
| |
| # QCA Wifi and BT |
| LINUX_FIRMWARE="${LINUX_FIRMWARE} ath10k_qca6174a-3 qca6174a-3-bt" |
| |
| # Google USBPD peripheral firmwares |
| LINUX_FIRMWARE="${LINUX_FIRMWARE} cros-pd" |