blob: 9751f33240dca4e962d91b13c0f7f17e61472bb5 [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
ec_has_powerbtn_cmd = False
use_u_boot = True
has_eventlog = False