blob: 11ae17a539705314e0ce40a9ad5c570b60101387 [file] [log] [blame]
# Copyright 2014 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.
CHROMEOS_KERNEL_CONFIG="/mnt/host/source/src/overlays/overlay-variant-panther-embedded/panther_minimal.config"
# Panther USE flags.
USE="${USE} -display_backlight legacy_keyboard legacy_power_button lockvt"
USE="${USE} kernel-3_8"
USE="${USE} panther -subpixel_rendering"
# Make stuff small.
USE="${USE} -cellular -cros_disks -cros_p2p -debugd -opengl -vpn"
# Defining USE flags for the board.
USE="${USE} buffet"
# Tune for panther i7
MARCH_TUNE="-march=corei7"
# Use pam so passwordless logins correctly work.
USE="${USE} pam"
# Activate the serial console and vt1.
TTY_CONSOLE="${TTY_CONSOLE} ttyS0 vt1"