blob: dd4542a96cab4453630bbecb7ef0123636873e83 [file] [log] [blame]
# Copyright 2014 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="chromeos-intel-pineview"
CHROMEOS_KERNEL_ARCH="x86_64"
MARCH_TUNE="-march=corei7"
LINUX_FIRMWARE="${LINUX_FIRMWARE} i915_skl adsp_skl"
USE="${USE} skl_lpe intel_lpe"
# Disable ACPI AC device and use USB PD power supply driver
USE="${USE} acpi_ac_off"
# Enable native one-copy texture upload.
USE="${USE} native_gpu_memory_buffers"