blob: d55eb2163d861b610bf90da5a34f59f28bfa6314 [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-mediatek"
CHROMEOS_KERNEL_ARCH="arm64"
BOARD_COMPILER_FLAGS="-march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard"
# Turn on the video cards this board uses.
VIDEO_CARDS="mediatek powervr"
# Initial value just for style purposes.
USE=""
USE="${USE} device_tree -dt_compression hardfp kernel-3_18"
USE="${USE} mosys_eventlog neon -opengl opengles"
USE="${USE} watchdog"
# Disable CrOS video decoder on this board because we haven't implement V4L2
# stateful VideoDecoder.
USE="${USE} disable_cros_video_decoder"
# Enable HW codecs using V4L2 API.
USE="${USE} v4l2_codec"