blob: 66d674de4725e4a03ed8fa48a82f89f5f0498032 [file] [log] [blame]
# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
CHROMEOS_KERNEL_SPLITCONFIG="chromeos-tegra"
MARCH_TUNE="-march=armv7-a -mtune=cortex-a15 -mfpu=neon -mfloat-abi=hard"
# If there are any subprofiles defined for this overlay, they might do some
# board-specific tinkering of these USE flags.
# Check overlays/overlay-nyan/profiles to see if this is going on in the
# selected profile.
USE="${USE} cros_ec device_tree hardfp neon"
USE="${USE} kernel-3_10 builtin_fw_t124_xusb"
USE="${USE} tegra tegra-ldk tegra124-venice2_dtb wireless38"
USE="${USE} mosys_eventlog"
# Disable flash HW video decode.
# TODO(hshi): Remove once crbug.com/652799 is fixed.
USE="${USE} disable_flash_hw_video_decode"
# Allow consumer kiosk.
# NOTE: Deprecating feature. New board should NOT have it.
USE="${USE} allow_consumer_kiosk"
# Disable containers because kernel-3_10 doesn't support everything needed.
USE="${USE} -containers"
# Declare TPM model.
USE="${USE} tpm_slb9645"
LINUX_FIRMWARE="nvidia-xusb"
# EC board name is big
EC_FIRMWARE="big"