| # 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" |
| USE="${USE} -display_backlight legacy_keyboard legacy_power_button lockvt" |
| USE="${USE} panther -subpixel_rendering" |
| USE="${USE} -cellular -cros_disks -cros_p2p -debugd -opengl -vpn" |
| # Defining USE flags for the board. |
| USE="${USE} buffet peerd" |
| MARCH_TUNE="-march=corei7" |
| # Use pam so passwordless logins correctly work. |
| # Activate the serial console and vt1. |
| TTY_CONSOLE="${TTY_CONSOLE} ttyS0 vt1" |