# Copyright (c) 2013 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_SPLITCONFIG="chromeos-intel-pineview" | |
CHROMEOS_KERNEL_ARCH="x86_64" | |
USE="${USE} bluetooth butterfly legacy_kerboard lockvt" | |
# Use 32-bit AU post-install binary to accomodate 32 --> 64 AU | |
USE="${USE} 32bit_au" | |
# This USE flag is obsolete on 3.8+ kernel | |
USE="${USE} realtekpstor" | |
MARCH_TUNE="-march=core2 -mtune=generic" |