blob: 7b4ca4d0c48e5fdd8baa8f1ee31c1e1596ab03cf [file] [log] [blame]
# Copyright 2017 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Initial value just for style purposes.
USE=""
LINUX_FIRMWARE=""
CHROMEOS_KERNEL_SPLITCONFIG="chromeos-intel-pineview"
CHROMEOS_KERNEL_ARCH="x86_64"
LINUX_FIRMWARE="${LINUX_FIRMWARE} iwlwifi-7260 ibt-hw fw_sst"
USE="${USE} dptf"
USE="${USE} kernel-4_4"
USE="${USE} quawks"
# Allow consumer kiosk.
# NOTE: Deprecating feature. New board should NOT have it.
USE="${USE} allow_consumer_kiosk"
# Use ext4 crypto
USE="${USE} direncryption"
USE="${USE} arc"
# Declare TPM model.
USE="${USE} tpm_slb9655"
# Uncomment this line to activate the serial port.
#TTY_CONSOLE="ttyS0"