blob: bda9600cd7769abc3b76d6be99f9c06328b6a82f [file] [log] [blame]
# Copyright 2015 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.
U_BOOT_CONFIG_USE="coreboot"
U_BOOT_FDT_USE="samus"
# Initial value just for style purposes.
USE=""
USE="${USE} containers"
USE="${USE} als has_keyboard_backlight highdpi"
USE="${USE} natural_scroll_default samus watchdog"
USE="${USE} -acpi_ac wireless38"
USE="${USE} pcserial"
# Enable ARC by default
USE="${USE} arc"
# Allow consumer kiosk.
# NOTE: Deprecating feature. New board should NOT have it.
USE="${USE} allow_consumer_kiosk"
# Firmware
USE="${USE} bootimage cros_ec"
# Declare TPM model.
USE="${USE} tpm_slb9655"
# All firmwares to build from the EC code base
EC_FIRMWARE="samus"
EC_FIRMWARE_EXTRA="dingdong hoho minimuffin samus_pd zinger"
# Use PD firmware sync
USE="${USE} pd_sync"
# The firmware in PD_FIRMWARE must belong to EC_FIRMWARE_EXTRA.
PD_FIRMWARE="samus_pd"
# Audio, WiFi and BT driver firmware
LINUX_FIRMWARE="cros-pd fw_sst2 ibt-hw iwlwifi-7260 marvell-pcie8897"
# Use ext4 crypto
USE="${USE} direncryption"
# The device had ARC M in version 60 and will get ARC N in 61. This flag is
# used to decide the default behavior for data migration, when no policy was set
# by admin.
USE="${USE} arc_transition_m_to_n"