blob: 8e0d45af915dadf115a806996ac7ca88181c9529 [file] [log] [blame]
# Copyright 2015 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
CHROMEOS_KERNEL_SPLITCONFIG="chromiumos-x86_64"
CHROMEOS_KERNEL_ARCH="x86_64"
# Include many firmwares as this is a "generic" board and might run on a
# wide variety of platforms with who knows what kind of hardware.
LINUX_FIRMWARE="iwlwifi-all"
# Use LLVM amdgpu target when building LLVM.
LLVM_TARGETS="AMDGPU X86"
# Initial value just for style purposes.
USE=""
USE="${USE} containers kvm_host"
USE="${USE} legacy_keyboard legacy_power_button sse kernel-4_4"
# Enable all optional features on generic overlays.
USE="${USE} buffet"
# LLVM is required to build the llvmpipe and radeon drivers.
USE="${USE} llvm"
# Enable a few more video cards as this is a generic board.
VIDEO_CARDS="intel llvmpipe nouveau radeon"