blob: 085dde8331a91573972dda5d95e2dd0e8f7c52cf [file] [log] [blame]
# Copyright 2017 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
# Initial value just for style purposes.
USE=""
USE="${USE} nami"
USE="${USE} touchview"
USE="${USE} als"
# Add keyboard backlight detection
USE="${USE} has_keyboard_backlight"
USE="${USE} cros_ec"
USE="${USE} arc"
USE="${USE} internal_stylus"
# Use ext4 crypto
USE="${USE} direncryption"
USE="${USE} -tpm tpm2 cr50_onboard"
EC_FIRMWARE="nami"
# Uncomment these lines to activate the serial port.
#TTY_CONSOLE="ttyS0"
#USE="${USE} pcserial"
# Avoid inhibiting the keyboard (which reports events from side buttons).
USE="${USE} keyboard_includes_side_buttons"
# Include the wacom firmware updating tool
INPUT_DEVICES="wacom"