blob: 21ffb451f0bbfabe973d2c22ec1e6d761d85c1db [file] [log] [blame]
# 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.
"""FAFT config setting overrides for Snow."""
class Values(object):
"""FAFT config values for Snow."""
chrome_ec = True
ec_capability = (['battery', 'keyboard', 'arm'])
ec_boot_to_console = 0.4
use_u_boot = True