blob: 964386ad1b96740625b82b0f35bd445cb69a29b8 [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 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"
# Include the g2touch touchscreen firmware updating tool
INPUT_DEVICES="${INPUT_DEVICES} g2touch"
# Enable background blur.
USE="${USE} background_blur"
# Enable diagnostics for cros_healthd
USE="${USE} diagnostics"
# Add IME addons for some optional IME features.
USE="${USE} ime_addons"
# Enable Downloadable Content (DLC)
USE="${USE} dlc"
# Enable Downloadable Content (DLC) Test
USE="${USE} dlc_test"
# Enable on-device handwriting recognition
USE="${USE} ondevice_handwriting"