summaryrefslogtreecommitdiff
path: root/zephyr/projects/corsola/prj_steelix.conf
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/corsola/prj_steelix.conf')
-rw-r--r--zephyr/projects/corsola/prj_steelix.conf16
1 files changed, 12 insertions, 4 deletions
diff --git a/zephyr/projects/corsola/prj_steelix.conf b/zephyr/projects/corsola/prj_steelix.conf
index 48971c9ed4..265a1a4cc4 100644
--- a/zephyr/projects/corsola/prj_steelix.conf
+++ b/zephyr/projects/corsola/prj_steelix.conf
@@ -1,13 +1,21 @@
-# Copyright 2022 The Chromium OS Authors. All rights reserved.
+# 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_KINGLER=n
CONFIG_BOARD_STEELIX=y
# steelix only use D2, drop the workaround config for H1
CONFIG_PLATFORM_EC_BOARD_RESET_AFTER_POWER_ON=n
-# LED
-CONFIG_PLATFORM_EC_LED_PWM=n
+# Motion sensor
+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