blob: 5f2311838d12d3b52e3aeb0aeffb2d0ea5c4a52d [file] [log] [blame]
# Copyright 2015 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
CHROMEOS_KERNEL_SPLITCONFIG="chromiumos-ppc32"
CHROMEOS_KERNEL_ARCH="powerpc"
# We assume that our 32bit baseline CPU supports at least altivec and is a
# POWER4. Sorry, but we don't see enough POWER3 platforms (right now).
BOARD_COMPILER_FLAGS="-mcpu=power4 -maltivec -mtune=power5"
# Initial value just for style purposes.
USE=""
USE="${USE} legacy_keyboard legacy_power_button altivec"
# Need to port Chromium (and friends) first.
USE="${USE} chromeless_tty -pepper_flash -netflix -internal"
# Chaps depends on leveldb which isn't ported to all arches yet.
USE="${USE} -tpm"
# Kernel doesn't yet build cleanly.
USE="${USE} kernel-3_14 nowerror"
# Enable all optional features on generic overlays.
USE="${USE} buffet"
# Enable a few more video cards as this is a generic board.
VIDEO_CARDS="nouveau radeon"