blob: 4aa7268d1b08c9ed435a7a4837a12db155af5aa6 [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 configuration overrides for Slippy."""
class Values(object):
# Measured boot-to-console as ~110ms, so this is safe
ec_boot_to_console = 0.6
chrome_ec = True
dark_resume_capable = True
ec_capability = ['adc_ectemp', 'battery', 'charging',
'keyboard', 'lid', 'x86', 'thermal',
'usb', 'peci']
wp_voltage = 'pp3300'