blob: 7e2de56e327b68dd844b8bace724f89a47642901 [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} atlas"
# Uncomment these lines to activate the serial port.
# Enable kernel serial drivers
# USE="${USE} pcserial"
# Declare set of enabled consoles
# TTY_CONSOLE="ttyS0"
# Enable Ambient Light Sensor
USE="${USE} als"
# Enable background blur.
USE="${USE} background_blur"
# Enable keyboard backlight control
USE="${USE} has_keyboard_backlight"
# Enable sensor support and calibration (light sensor)
USE="${USE} touchview"
# Building EC
USE="${USE} cros_ec"
# All firmware to build from the EC code base.
EC_FIRMWARE="atlas"
# iwlwifi firmware and ibt_9260 firmware for ThunderPeak2/1216 chip.
LINUX_FIRMWARE="${LINUX_FIRMWARE} iwlwifi-9260 ibt_9260"
# Enable CPU zero-copy for Chrome camera stack.
USE="${USE} video_capture_use_gpu_memory_buffer"
# Enable Downloadable Content (DLC)
USE="${USE} dlc"
# Enable Downloadable Content (DLC) Test
USE="${USE} dlc_test"
# all of the Atlas SKUs support AVX so let's use it
BOARD_COMPILER_FLAGS="-march=skylake"
# Enable chromeos-config.
USE="${USE} unibuild"