1# Copyright 2019 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 config setting overrides for Hatch.""" 6 7class Values(object): 8 """FAFT config values for Hatch.""" 9 chrome_ec = True 10 ec_capability = ['battery', 'charging', 11 'keyboard', 'lid', 'x86', 'usb', 'smart_usb_charge'] 12 firmware_screen = 15 13 spi_voltage = 'pp3300' 14 dark_resume_capable = True 15 custom_usb_enable_names = ['EN_USB_A_5V'] 16 smm_store = False 17