blob: 788a9f2695ca8d626595ccc38f0bd99afa477773 [file] [log] [blame]
# Copyright 2015 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
CHROMEOS_KERNEL_SPLITCONFIG="chromiumos-arm64"
CHROMEOS_KERNEL_ARCH="arm64"
ARM_FPU=neon
USE="${USE} hardfp legacy_keyboard legacy_power_button neon"
USE="${USE} -opengl opengles"
USE="${USE} kernel-3_14"
USE="${USE} device_tree"
USE="${USE} builtin_fw_t210_xusb"
USE="${USE} wireless38"
# Firwmare USE flags
USE="${USE} bootimage coreboot cros_ec"
# No -fstack-protector on aarch64 yet
USE="${USE} -hardened"
CROS_WORKON_CLANG=0
# TODO(twarren) - change this if EC used on Foster
EC_FIRMWARE="nyan"
# TODO(spang): Re-enable this when it starts working.
USE="${USE} -frecon"
# Foster has no TPM, set MOCK_TPM=1
# TODO(yelin): remove MOCK_TPM when Foster has TPM chip.
MOCK_TPM=1
# Linux Firmware
LINUX_FIRMWARE="nvidia-xusb"