blob: c4b2bddc11fe16ca4e9fe861984e95f0e0739122 [file] [log] [blame]
# Copyright (c) 2015 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 Strago."""
class Values(object):
"""FAFT config values for Strago."""
chrome_ec = True
ec_boot_to_console = 0.3
ec_capability = ['battery', 'charging', 'keyboard', 'lid', 'x86',
'usb', 'smart_usb_charge']
firmware_screen = 25 # Time from deasserting cold_reset to firmware_screen being shown
usb_plug = 45
long_rec_combo = True
wp_voltage = 'pp1800'
spi_voltage = 'pp1800'