blob: 9991baa76f9aa73f3e1bd346bf690ebb060dc6b1 [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} kukui"
# TODO(b:80501386): Need to enable the firmware build later
#USE="${USE} bootimage"
# Building EC
USE="${USE} cros_ec"
EC_FIRMWARE="kukui"
# Uncomment these lines to activate the serial port.
# Enable kernel serial drivers
USE="${USE} pcserial"
# Declare set of enabled consoles
TTY_CONSOLE="ttyS0"