summaryrefslogtreecommitdiff
path: root/zephyr/program/minimal/prj.conf
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/program/minimal/prj.conf')
-rw-r--r--zephyr/program/minimal/prj.conf18
1 files changed, 0 insertions, 18 deletions
diff --git a/zephyr/program/minimal/prj.conf b/zephyr/program/minimal/prj.conf
deleted file mode 100644
index bacb4fe288..0000000000
--- a/zephyr/program/minimal/prj.conf
+++ /dev/null
@@ -1,18 +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.
-
-CONFIG_PLATFORM_EC=y
-CONFIG_CROS_EC=y
-CONFIG_SHIMMED_TASKS=y
-CONFIG_SYSCON=y
-
-# Disable default features we don't want in a minimal example.
-CONFIG_ADC=n
-CONFIG_PWM=n
-CONFIG_PLATFORM_EC_BACKLIGHT_LID=n
-CONFIG_PLATFORM_EC_KEYBOARD=n
-CONFIG_PLATFORM_EC_POWER_BUTTON=n
-CONFIG_PLATFORM_EC_SWITCH=n
-CONFIG_PLATFORM_EC_VBOOT_EFS2=n
-CONFIG_PLATFORM_EC_I2C=n