blob: d347e9f760a64a8f479aca2131a499b2a9452209 [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.
LINUX_FIRMWARE=""
USE=""
USE="${USE} octopus cros_ec touchview"
# Uncomment these lines to activate the serial port.
# Enable kernel serial drivers
# USE="${USE} pcserial"
# Declare set of enabled consoles
# TTY_CONSOLE="ttyS1"
# All firmware to build from the EC code base.
# TODO(furquan): uncomment, once octopus board name is added
# EC_FIRMWARE="octopus"
# 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 weida firmware updating tool
INPUT_DEVICES="${INPUT_DEVICES} weida"
# Include the goodix firmware updating tool
INPUT_DEVICES="${INPUT_DEVICES} goodix"
# Include the g2touch firmware updating tool
INPUT_DEVICES="${INPUT_DEVICES} g2touch"
# Include the pixart firmware updating tool
INPUT_DEVICES="${INPUT_DEVICES} pixart"
# Include the emright firmware updating tool
INPUT_DEVICES="${INPUT_DEVICES} emright"
# Enable background blur.
USE="${USE} background_blur"
# Enable CPU zero-copy for Chrome camera stack.
USE="${USE} video_capture_use_gpu_memory_buffer"