blob: 4d7d775ba5d56952b7e57c90ce6a9dd150cad743 [file] [log] [blame]
# Copyright 2019 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.
# Initial value just for style purposes.
LINUX_FIRMWARE=""
USE=""
CHROMEOS_KERNEL_SPLITCONFIG="chromeos-intel-pineview"
CHROMEOS_KERNEL_ARCH="x86_64"
USE="${USE} kernel-5_4"
# TODO(b/147468258): Should move to tremont.
BOARD_COMPILER_FLAGS="-march=goldmont"
# Enable DPTF
USE="${USE} dptf"
# Enable i915 firmware for JSL platform
LINUX_FIRMWARE="${LINUX_FIRMWARE} i915_jsl"
# Disable ACPI AC device and use USB PD power supply driver
USE="${USE} -acpi_ac"
# Enable GuC and HuC FW for JSL platform
USE="${USE} builtin_fw_guc_jsl"
USE="${USE} builtin_fw_huc_jsl"
# Enable iHD media driver for JSL
USE="${USE} -video_cards_i965 video_cards_iHD"
USE="${USE} drm_atomic"
# Enable Vulkan
USE="${USE} vulkan"
# Enable Android aep
USE="${USE} android_aep"