Home | History | Annotate | Download | only in config
      1 # Copyright 2015 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 Cyan."""
      6 
      7 
      8 class Values(object):
      9     """FAFT config values for Cyan."""
     10     chrome_ec = True
     11     ec_boot_to_console = 0.3
     12     ec_capability = ['battery', 'charging', 'keyboard', 'lid', 'x86',
     13                      'usb', 'smart_usb_charge']
     14     firmware_screen = 28
     15     usb_plug = 28
     16     long_rec_combo = True
     17     wp_voltage = 'pp1800'
     18     spi_voltage = 'pp1800'
     19