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 Strago.""" 6 7class Values(object): 8 """FAFT config values for Strago.""" 9 chrome_ec = True 10 ec_boot_to_console = 0.3 11 ec_capability = ['battery', 'charging', 'keyboard', 'lid', 'x86', 12 'usb', 'smart_usb_charge'] 13 firmware_screen = 25 # Time from deasserting cold_reset to firmware_screen being shown 14 usb_plug = 45 15 long_rec_combo = True 16 wp_voltage = 'pp1800' 17 spi_voltage = 'pp1800' 18