14 lines
429 B
Python
14 lines
429 B
Python
# 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
|