blob: d4c16ae38f3a68d1345d5e3de1c16dbaac47f66c [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"
# Enable i915 firmware for TGL platforms
LINUX_FIRMWARE="${LINUX_FIRMWARE} i915_tgl"
# Specify default kernel
USE="${USE} kernel-5_4"
# Enable DPTF
USE="${USE} dptf"
USE="${USE} drm_atomic"
# Enable vulkan
USE="${USE} vulkan"
# Enable Android aep
USE="${USE} android_aep"
# Enable iHD media driver
USE="${USE} -video_cards_i965 video_cards_iHD"
# Embed GuC and HuC firmware for TGL into the kernel
USE="${USE} builtin_fw_guc_tgl builtin_fw_huc_tgl"