blob: b9cf382bee4d421feadf03c0a2aac947d9a31838 [file] [log] [blame]
# Copyright 2017 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 config setting overrides for Nami."""
class Values(object):
"""FAFT config values for Nami."""
chrome_ec = True
ec_capability = ['battery', 'charging',
'keyboard', 'lid', 'x86' ]
firmware_screen = 15
spi_voltage = 'pp3300'
servo_prog_state_delay = 10
dark_resume_capable = True
smm_store = False
gsc_can_wake_ec_with_reset = False
cr50_capability = ['rdd_leakage']