Home | History | Annotate | Download | only in config
      1 # Copyright (c) 2014 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 Rambi."""
      6 
      7 
      8 class Values(object):
      9     """FAFT config values for Rambi."""
     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 = 7
     15     long_rec_combo = True
     16     wp_voltage = 'pp1800'
     17     spi_voltage = 'pp1800'
     18