summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig.defaults
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/Kconfig.defaults')
-rw-r--r--zephyr/Kconfig.defaults10
1 files changed, 0 insertions, 10 deletions
diff --git a/zephyr/Kconfig.defaults b/zephyr/Kconfig.defaults
deleted file mode 100644
index 2b55e72156..0000000000
--- a/zephyr/Kconfig.defaults
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 2021 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# Zephyr Kconfig overrides that applies to all platforms.
-
-# Disable timeslicing, it's compiled in by default and can be enabled at
-# runtime but not used in Zephyr EC.
-config TIMESLICING
- default n