blob: 26c9d0f9cfadedb2d42756fcb5ed79c0e679fa28 [file] [log] [blame]
# Copyright 2017 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 Eve."""
class Values(object):
"""FAFT config values for Eve."""
chrome_ec = True
ec_capability = ['battery', 'charging', 'doubleboot',
'keyboard', 'lid', 'x86' ]
spi_voltage = 'pp3300'
servo_prog_state_delay = 10
delay_reboot_to_ping = 60
dark_resume_capable = True
firmware_screen = 15
smm_store = False
cr50_capability = ['rdd_leakage']