blob: 589783f51d71fe869606354592812a0817d0de91 [file] [log] [blame]
# Copyright 2019 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="${USE} dedede cros_ec touchview"
# Comment these lines to de-activate the serial port.
# Enable kernel serial drivers
USE="${USE} pcserial"
# Declare set of enabled consoles
TTY_CONSOLE="ttyS0"
# Enable background blur.
USE="${USE} background_blur"
# Intel HrP2 wifi firmware
LINUX_FIRMWARE="${LINUX_FIRMWARE} iwlwifi-QuZ"
# Enable tpm2
USE="${USE} -tpm tpm2 cr50_onboard"
# Build camera HAL for IPU6SE
USE="${USE} ipu6se"
# Avoid inhibiting the keyboard (which reports events from side buttons).
USE="${USE} keyboard_includes_side_buttons"
# Bring in the diagnostics package
USE="${USE} diagnostics"
# Include the elan_i2chid firmware updating tool
INPUT_DEVICES="${INPUT_DEVICES} elan_i2chid"