blob: 42f4a87117a2367677fcee70221894f0247c23dc [file] [log] [blame]
# Copyright 2018 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=""
# Use 4.19 kernel
USE="${USE} kernel-4_19"
# 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"