summaryrefslogtreecommitdiff
path: root/zephyr/program/corsola/steelix/project.conf
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/program/corsola/steelix/project.conf')
-rw-r--r--zephyr/program/corsola/steelix/project.conf34
1 files changed, 0 insertions, 34 deletions
diff --git a/zephyr/program/corsola/steelix/project.conf b/zephyr/program/corsola/steelix/project.conf
deleted file mode 100644
index bf2de72512..0000000000
--- a/zephyr/program/corsola/steelix/project.conf
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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.
-
-# Variant config
-CONFIG_BOARD_STEELIX=y
-
-# steelix only use D2, drop the workaround config for H1
-CONFIG_PLATFORM_EC_BOARD_RESET_AFTER_POWER_ON=n
-
-# Motion sensor
-CONFIG_PLATFORM_EC_ACCEL_LIS2DW12=y
-CONFIG_PLATFORM_EC_ACCELGYRO_LSM6DSM=y
-CONFIG_PLATFORM_EC_DYNAMIC_MOTION_SENSOR_COUNT=y
-
-# Keyboard
-CONFIG_PLATFORM_EC_KEYBOARD_REFRESH_ROW3=y
-CONFIG_PLATFORM_EC_KEYBOARD_PWRBTN_ASSERTS_KSI3=y
-CONFIG_PLATFORM_EC_KEYBOARD_STRICT_DEBOUNCE=y
-
-# USBC
-CONFIG_PLATFORM_EC_PD_MAX_CURRENT_MA=3250
-CONFIG_PLATFORM_EC_PD_MAX_POWER_MW=65000
-
-# Remove bring up options for FW QUAL
-CONFIG_PLATFORM_EC_SYSTEM_UNLOCKED=n
-
-# Remove debug options and features for FW QUAL
-CONFIG_LOG=n
-CONFIG_LOG_MODE_MINIMAL=n
-CONFIG_SHELL_MINIMAL=y
-
-# AC_OK debounce time
-CONFIG_PLATFORM_EC_EXTPOWER_DEBOUNCE_MS=800