| # 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" |
| # Include the elan_i2chid firmware updating tool |
| INPUT_DEVICES="${INPUT_DEVICES} elan_i2chid" |
| |
| # Enable diagnostics for cros_healthd |
| USE="${USE} diagnostics" |
| |
| # Enable background blur. |
| USE="${USE} background_blur" |
| |
| # Enable CPU zero-copy for Chrome camera stack. |
| USE="${USE} video_capture_use_gpu_memory_buffer" |
| |
| # Enable slow boot notification |
| USE="${USE} enable_slow_boot_notify" |
| |
| # Add IME addons for some optional IME features. |
| USE="${USE} ime_addons" |
| |
| # Enable on-device handwriting recognition |
| USE="${USE} ondevice_handwriting" |