blob: 4aa580a05e98777b66fa4c9862d09d88001de2d2 [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"
# We assume that our 64bit baseline CPU supports at least
# MMX, SSE, SSE2, and SSE3.
BOARD_COMPILER_FLAGS="-march=x86-64 -msse3"
# 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 crosvm-gpu virtio_gpu"
USE="${USE} legacy_keyboard legacy_power_button sse kernel-4_14"
USE="${USE} direncryption"
# Enable all optional features on generic overlays.
USE="${USE} buffet"
# LLVM is required to build the llvmpipe and radeon drivers.
USE="${USE} llvm"
# Enable camera HALv3
USE="${USE} arc-camera3"
# Enable vivid
USE="${USE} vivid"
# Enable hostap hwsim tests.
USE="${USE} wifi_hostap_test"
# Enable Downloadable Content (DLC)
USE="${USE} dlc"
# Include the kernel in the base image.
USE="${USE} include_vmlinuz"
# Disable unibuild on this legacy board. This is only for existing (as of Jan 2019)
# boards as all new boards must be unibuild enabled moving forward. Do not copy this
# to new boards as it will be rejected. See
# https://chromium.googlesource.com/chromiumos/platform2/+/HEAD/chromeos-config/README.md
# for further details about chromeos-config, which is the required entry point for
# unified builds.
USE="${USE} -unibuild"
# Enable wayland and egl for LaCrOS.
USE="${USE} wayland egl"
# Enable a few more video cards as this is a generic board.
VIDEO_CARDS="intel llvmpipe nouveau radeon"