# 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" | |
# 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" |