blob: 3f303cc792b76dfd3a00133db87eeeafd3719b16 [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=""
USE="${USE} sarien"
# Enable unibuild
USE="${USE} unibuild"
# Bring in the diagnostics package, which includes the diagnostics
# daemon and diagnostics processor.
USE="${USE} diagnostics"
# Enable ARC++
USE="${USE} arc"
# Disable Chromium EC utilities
USE="${USE} -cros_ec_utils"
# Enable fwupd
USE="${USE} fwupd"
# Enable building kernel support for the EC
USE="${USE} wilco_ec"