| # Copyright 2017 The Chromium OS Authors. All rights reserved. |
| # Distributed under the terms of the GNU General Public License v2 |
| |
| USE="" |
| USE="${USE} dptf" |
| # Required for alternate kernel LPC access |
| USE="${USE} cros_ec_mec" |
| # Add EC logging |
| USE="${USE} eclog" |
| |
| # Enable iwlwifi remove/rescan PCI reliability workaround. |
| USE="${USE} iwlwifi_rescan" |
| |
| # Declare TPM model. |
| USE="${USE} tpm_slb9655" |
| |
| # VMs are supported by all Braswell models |
| USE="${USE} kvm_host crosvm-gpu virtio_gpu" |
| |
| # WiFi and BT driver firmware |
| LINUX_FIRMWARE="iwlwifi-7265D ibt-hw fw_sst" |