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 Kunimitsu."""
      6 
      7 class Values(object):
      8     """FAFT config values for Kunimitsu."""
      9     chrome_ec = True
     10     dark_resume_capable = True
     11     wp_voltage = 'pp3300'
     12     spi_voltage = 'pp3300'
     13     ec_boot_to_console = 0.2
     14     ec_capability = ['battery', 'charging', 'doubleboot', 'keyboard',
     15                      'lid', 'x86', 'usb', 'usbpd_uart' ]
     16 
     17