| # Copyright (c) 2011 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} 32bit_au stumpy compat_wireless is_desktop lockvt highmem aura bluetooth" |
| USE="${USE} broken_partialswaps stay_awake_with_headphones" |
| |
| # Use kernel-next with 3.4 wifi stack |
| USE="${USE} kernel_next wireless34" |
| |
| MARCH_TUNE="-march=core2 -mtune=generic" |
| |
| # PORTAGE_BINHOST is pulled in from prebuilt.conf |
| source prebuilt.conf |