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 configuration overrides for Ryu."""
      6 
      7 
      8 class Values(object):
      9     """FAFT config values for Ryu."""
     10 
     11     mode_switcher_type = 'ryu_switcher'
     12     fw_bypasser_type = 'ryu_bypasser'
     13 
     14     has_lid = False
     15     has_keyboard = False
     16 
     17     chrome_ec = True
     18     ec_capability = ['arm', 'battery', 'charging']
     19