• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2017 The Chromium OS Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5"""FAFT config setting overrides for Eve."""
6
7class Values(object):
8    """FAFT config values for Eve."""
9    chrome_ec = True
10    ec_capability = ['battery', 'charging', 'doubleboot',
11                     'keyboard', 'lid', 'x86' ]
12    wp_voltage = 'pp3300'
13    spi_voltage = 'pp3300'
14    servo_prog_state_delay = 10
15    dark_resume_capable = True
16