blob: 439bc0a641b765a7541cfc11d5ac10f3d9cda9a0 [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-gizmo/gizmo_minimal.config"
# Panther USE flags.
USE="${USE} -display_backlight legacy_keyboard legacy_power_button"
USE="${USE} kernel-3_14"
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 peerd wifi_bootstrapping"
# Enable binder for brillo services.
USE="${USE} binder"
# Tune for celeron
MARCH_TUNE="-march=core2"
# Use pam so passwordless logins correctly work.
USE="${USE} pam"