blob: a0a5a2d6c0a4f5b04e8d24115458e82ff1fb78cb [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"
# Enable next (up)rev of wpa_supplicant
USE="${USE} wpa_supplicant_next"
# 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"