blob: fe4188af3841c1d57bee1d693244823152294e92 [file] [log] [blame]
# Copyright 2018 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Initial value just for style purposes.
USE=""
INPUT_DEVICES=""
USE="${USE} cros_ec"
USE="${USE} volteer"
# Enable unibuild
USE="${USE} unibuild"
# Enable biometrics
USE="${USE} biod"
# Build camera HAL for IPU6
USE="${USE} ipu6"
# Avoid inhibiting the keyboard (which reports events from side buttons).
USE="${USE} keyboard_includes_side_buttons"
# Include the goodix firmware updating tool
INPUT_DEVICES="${INPUT_DEVICES} goodix"