| # Copyright 2017 The Chromium OS Authors. All rights reserved. |
| # Distributed under the terms of the GNU General Public License v2 |
| |
| CHROMEOS_KERNEL_SPLITCONFIG="chromeos-intel-pineview" |
| CHROMEOS_KERNEL_ARCH="x86_64" |
| |
| BOARD_COMPILER_FLAGS="-march=silvermont" |
| |
| # Initial value just for style purposes. |
| USE="" |
| |
| USE="${USE} kernel-3_18" |
| |
| # Enable native one-copy texture upload. |
| USE="${USE} native_gpu_memory_buffers" |
| |
| # VaapiVideoDecoder will crash at braswell devices. |
| # TODO(crbug.com/1004216): Remove the flag after the issue is fixed. |
| USE="${USE} disable_cros_video_decoder" |