blob: c428519c8e3bd5ec67e07a1b282b87a67930ca60 [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} cros_ec"
USE="${USE} soraka"
# Enable Chrome's tablet mode code and disable ACPI AC driver.
USE="${USE} touchview -acpi_ac"
USE="${USE} has_keyboard_backlight"
# Uncomment these lines to activate the serial port.
# TTY_CONSOLE="ttyS0"
# USE="${USE} pcserial"
# Enable background blur.
USE="${USE} background_blur"
# Enable CPU zero-copy for Chrome camera stack.
USE="${USE} video_capture_use_gpu_memory_buffer"
# Add IME addons for some optional IME features.
USE="${USE} ime_addons"
# Enable on-device handwriting recognition
USE="${USE} ondevice_handwriting"