blob: b4a50fd0fa8a7efc6c2a65d721bf6d983c6a8e0f [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
has_eventlog = False