# Copyright 2022 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. CONFIG_BOARD_PUJJO=y # Sensor drivers CONFIG_PLATFORM_EC_ACCELGYRO_LSM6DSM=y CONFIG_PLATFORM_EC_ACCEL_BMA4XX=y CONFIG_PLATFORM_EC_ACCELGYRO_BMI_COMM_I2C=y CONFIG_PLATFORM_EC_ACCELGYRO_BMI3XX=y # Increase PD max power from default CONFIG_PLATFORM_EC_PD_MAX_POWER_MW=65000 CONFIG_PLATFORM_EC_PD_MAX_CURRENT_MA=3250 # LED CONFIG_PLATFORM_EC_LED_PWM=n CONFIG_PLATFORM_EC_LED_COMMON=y # CBI CONFIG_PLATFORM_EC_BYPASS_CBI_EEPROM_WP_CHECK=y CONFIG_PLATFORM_EC_SYSTEM_UNLOCKED=y