blob: b2e1d66bd923f68c23e35e4982c168ff39af5aa3 [file] [log] [blame]
# Copyright (c) 2014 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
"""FAFT configuration overrides for Samus."""
class Values(object):
"""FAFT config values for Samus."""
ec_boot_to_console = 0.6
chrome_ec = True
chrome_usbpd = True
dark_resume_capable = True
ec_capability = ['adc_ectemp', 'battery', 'charging', 'keyboard',
'lid', 'x86', 'usb', 'peci', 'smart_usb_charge',
'usbpd_uart' ]
firmware_screen = 15
spi_voltage = 'pp3300'
servo_prog_state_delay = 10
smm_store = False