blob: 3b5a1ef7027bbbd9f24120e29769211700a5db12 [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 kernel-4_4"
USE="${USE} winky"
USE="${USE} direncryption"
# Allow consumer kiosk.
# NOTE: Deprecating feature. New board should NOT have it.
USE="${USE} allow_consumer_kiosk"
# Declare TPM model.
USE="${USE} tpm_slb9655"
# Uncomment this line to activate the serial port.
#TTY_CONSOLE="ttyS0"