blob: 4b94b29220ddd430d7ba91c7951c4f12e393165b [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.
CHROMEOS_KERNEL_SPLITCONFIG="chromiumos-mediatek"
CHROMEOS_KERNEL_ARCH="arm64"
CHROMEOS_LIBPAYLOAD_ARCH_DIR="${CHROMEOS_KERNEL_ARCH}"
ARM_FPU=neon
MARCH_TUNE="-march=armv7-a -mtune=cortex-a15 -mfpu=${ARM_FPU} -mfloat-abi=hard"
USE="${USE} cros_ec depthcharge device_tree hardfp kernel-3_18 neon"
USE="${USE} -opengl opengles unified_depthcharge vboot2"
TTY_CONSOLE="ttyS0"
EC_FIRMWARE="oak"
EC_FIRMWARE_EXTRA="oak_pd"
CROS_WORKON_CLANG=0