summaryrefslogtreecommitdiff
path: root/zephyr/program/corsola/tentacruel
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/program/corsola/tentacruel')
-rw-r--r--zephyr/program/corsola/tentacruel/project.conf21
-rw-r--r--zephyr/program/corsola/tentacruel/project.overlay21
2 files changed, 0 insertions, 42 deletions
diff --git a/zephyr/program/corsola/tentacruel/project.conf b/zephyr/program/corsola/tentacruel/project.conf
deleted file mode 100644
index cf5f727cbc..0000000000
--- a/zephyr/program/corsola/tentacruel/project.conf
+++ /dev/null
@@ -1,21 +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_TENTACRUEL=y
-
-# USB-C
-CONFIG_PLATFORM_EC_USB_MUX_TUSB546=n
-CONFIG_PLATFORM_EC_USB_MUX_PS8743=y
-
-# Keyboard
-CONFIG_PLATFORM_EC_KEYBOARD_REFRESH_ROW3=y
-CONFIG_PLATFORM_EC_KEYBOARD_PWRBTN_ASSERTS_KSI3=y
-
-# Sensor
-CONFIG_PLATFORM_EC_ACCELGYRO_BMI3XX=y
-CONFIG_PLATFORM_EC_ACCELGYRO_BMI_COMM_I2C=y
-
-# Battery
-CONFIG_PLATFORM_EC_CHARGER_PROFILE_OVERRIDE=y
diff --git a/zephyr/program/corsola/tentacruel/project.overlay b/zephyr/program/corsola/tentacruel/project.overlay
deleted file mode 100644
index 79bf2baa3d..0000000000
--- a/zephyr/program/corsola/tentacruel/project.overlay
+++ /dev/null
@@ -1,21 +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.
- */
-
-/* Corsola program common DTS includes */
-
-#include "../common.dtsi"
-#include "../power_signal.dtsi"
-#include "../usba.dtsi"
-#include "../adc_tentacruel.dtsi"
-#include "../battery_tentacruel.dtsi"
-#include "../cbi_tentacruel.dtsi"
-#include "../gpio_tentacruel.dtsi"
-#include "../ite_keyboard.dtsi"
-#include "../i2c_tentacruel.dtsi"
-#include "../interrupts_tentacruel.dtsi"
-#include "../led_tentacruel.dtsi"
-#include "../motionsense_tentacruel.dtsi"
-#include "../usbc_tentacruel.dtsi"
-#include "../thermistor_tentacruel.dtsi"