blob: 0b6103b3ee0957610f08c29308c4c05bb2275c70 [file] [log] [blame]
# Copyright 2015 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 Ryu."""
class Values(object):
"""FAFT config values for Ryu."""
mode_switcher_type = 'ryu_switcher'
has_lid = False
has_keyboard = False
chrome_ec = True
ec_capability = ['arm', 'battery', 'charging']
smm_store = False