blob: e99ef6f59c9169f2e8e1f45187a1779b6761dd4b [file] [log] [blame]
# Copyright 2018 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} cros_ec"
USE="${USE} dragonegg"
# Disable ARC by default
USE="${USE} -arc"
# Uncomment these lines to activate the serial port.
# Enable kernel serial drivers
USE="${USE} pcserial"
# Disable unibuild on this legacy board. This is only for existing (as of Jan 2019)
# boards as all new boards must be unibuild enabled moving forward. Do not copy this
# to new boards as it will be rejected. See
# https://chromium.googlesource.com/chromiumos/platform2/+/HEAD/chromeos-config/README.md
# for further details about chromeos-config, which is the required entry point for
# unified builds.
USE="${USE} -unibuild"
# Declare set of enabled consoles
TTY_CONSOLE="ttyS1"
# All firmware to build from the EC code base.
EC_FIRMWARE="dragonegg"