blob: c2727ebbb9fd9d0c02c1e2e44bac82edeb02570e [file] [log] [blame]
# Copyright 2016 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-rockchip64"
CHROMEOS_KERNEL_ARCH="arm64"
# TODO(smbarber): see if this should be a72
# http://crbug.com/588836
BOARD_COMPILER_FLAGS="-march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard"
# Initial value just for style purposes.
USE=""
USE="${USE} big_little"
USE="${USE} device_tree -dt_compression"
USE="${USE} drm_atomic"
USE="${USE} hardfp"
USE="${USE} kernel-4_4"
USE="${USE} neon"
USE="${USE} rk3399"
# The https://chromium-review.googlesource.com/q/Iaaac2021d7c8b68afce59856f0aaf0a156fdd43d
# kernel patch interferes with crashpad. Continue using breakpad on boards
# with that patch.
USE="${USE} force_breakpad"
# Enable HW codecs using V4L2 API.
USE="${USE} v4l2_codec"