blob: a0f623600c998edcabf97e4c5df9415a1cd4d8c4 [file] [log] [blame]
# 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=corei7"
# Initial value just for style purposes.
LINUX_FIRMWARE=""
USE=""
LINUX_FIRMWARE="${LINUX_FIRMWARE} i915_cnl adsp_cnl"
# Use 4.14 kernel
USE="${USE} kernel-4_14"
# Enable native one-copy texture upload.
USE="${USE} native_gpu_memory_buffers"
USE="${USE} android_aep"
USE="${USE} drm_atomic"
# Disable ACPI AC device and use USB PD power supply driver
USE="${USE} -acpi_ac"
#Enable LPE Audio
USE="${USE} cnl_lpe intel_lpe"