blob: e49fa5d926d3751d3753603cc9cafc456d1e024c [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-i386"
# We assume that our x86 baseline CPU is at least an
# i686 that supports MMX, SSE, SSE2, and SSE3.
BOARD_COMPILER_FLAGS="-march=i686 -mfpmath=sse -mmmx -msse -msse2 -msse3"
# Enable a few more video cards as this is a generic board.
VIDEO_CARDS="intel nouveau radeon"
# Initial value just for style purposes.
USE=""
USE="${USE} containers"
USE="${USE} legacy_keyboard legacy_power_button kernel-4_14"
USE="${USE} direncryption"
# Enable all optional features on generic overlays.
USE="${USE} buffet"
# 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"
# 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"