blob: d7d3a6da03faaaa3df8231100a042b1925f96cc4 [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} nocturne"
# Uncomment these lines to activate the serial port.
# Enable kernel serial drivers
#USE="${USE} pcserial"
# Declare set of enabled consoles
#TTY_CONSOLE="ttyS0"
# Enable biometrics support
USE="${USE} biod"
# Enable Ambient Light Sensor
USE="${USE} als"
# Enable background blur.
USE="${USE} background_blur"
# Enable keyboard backlight control
USE="${USE} has_keyboard_backlight"
# Enable touch in Chrome.
USE="${USE} touchview"
USE="${USE} touch_centric_device"
# Building EC
USE="${USE} cros_ec"
# All firmware to build from the EC code base.
EC_FIRMWARE="nocturne"
EC_FIRMWARE_EXTRA="nocturne_fp"
# Enable hammerd for updating base firmware.
USE="${USE} hammerd"
# 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"
USE="${USE} ime_addons"
# Enable Intel wifi and bt firmware
LINUX_FIRMWARE="${LINUX_FIRMWARE} iwlwifi-7265D iwlwifi-7265 ibt-hw"
# Enable PCI rescan for Intel wifi NIC disappearing from the bus
# See b/117960007 and crbug.com/922232 for details.
USE="${USE} iwlwifi_rescan"