blob: ba80d6bc5f2de52aba54349e8be2f8609d687149 [file] [log] [blame]
# Copyright 2020 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} asurada"
# TODO(b/151053630): Need to enable the AP firmware build later
#USE="${USE} bootimage"
USE="${USE} cros_ec"
EC_FIRMWARE="asurada"
# Enable unibuild
USE="${USE} unibuild"
# Uncomment these lines to activate the serial port.
# Enable kernel serial drivers
USE="${USE} pcserial"
# Declare set of enabled consoles
TTY_CONSOLE="ttyS0"