blob: c40eaa07bbdcca236dbbb0813604bada070b099a [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-arm"
BOARD_COMPILER_FLAGS="-march=armv7-a -mtune=cortex-a15 -mfpu=neon -mfloat-abi=hard"
# Initial value just for style purposes.
USE=""
USE="${USE} containers"
USE="${USE} hardfp legacy_keyboard legacy_power_button neon"
USE="${USE} -opengl opengles"
USE="${USE} kernel-4_14 device_tree"
USE="${USE} direncryption"
# Enable all optional features on generic overlays.
USE="${USE} buffet"
# 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"
# Enable Downloadable Content (DLC)
USE="${USE} dlc"