blob: 15073d8f9e551c75d249bd912ae4ea0fa56c8da9 [file] [log] [blame]
# Copyright 2017 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.
USE=""
LINUX_FIRMWARE=""
USE="${USE} containers"
USE="${USE} eve cros_ec"
USE="${USE} -tpm tpm2"
USE="${USE} cr50_onboard"
USE="${USE} arc touchview"
USE="${USE} has_keyboard_backlight als"
USE="${USE} background_blur"
USE="${USE} eve_bt_hacks"
USE="${USE} eve_wifi_etsi"
# Disable ACPI AC device and use USB PD power supply driver
USE="${USE} -acpi_ac"
# Use ext4 crypto
USE="${USE} direncryption"
# Avoid inhibiting the keyboard (which reports events from side buttons).
USE="${USE} keyboard_includes_side_buttons"
LINUX_FIRMWARE="${LINUX_FIRMWARE} iwlwifi-7265D iwlwifi-7265 ibt-hw cros-pd"
# Allow the option to use QCA Wifi and BT
LINUX_FIRMWARE="${LINUX_FIRMWARE} ath10k_qca6174 qca-bt"
INPUT_DEVICES="st wacom"
# For debug images, disable for production
#TTY_CONSOLE="ttyS0"
#USE="${USE} pcserial"
# Add EC logging
USE="${USE} eclog"
# Ability to run guest VMs.
USE="${USE} kvm_host crosvm-plugin"
AFDO_PROFILE_SOURCE='broadwell'