blob: 299f1a920ec3bba22c80d63206dafcf8280faddc [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="ttyS1"
# 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 new config framework, see
# go/streamline-chromeos-config-private-overlays.
USE="${USE} generated_cros_config"
# Enable tpm2
USE="${USE} -tpm tpm2 cr50_onboard"