Home | History | Annotate | Download | only in config
      1 # Copyright 2017 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 Poppy."""
      6 
      7 
      8 class Values(object):
      9     """FAFT config values for Poppy."""
     10 
     11     mode_switcher_type = 'tablet_detachable_switcher'
     12     fw_bypasser_type = 'tablet_detachable_bypasser'
     13 
     14     confirm_screen = 4
     15 
     16     has_lid = False
     17     has_keyboard = False
     18 
     19     chrome_ec = True
     20     ec_capability = ['x86', 'battery', 'charging']
     21