summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig.defaults
blob: f02b99b46703211fe3867e9c80fd624027a10162 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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

config GPIO_EMUL
	default y if ARCH_POSIX

config GPIO
	default y if ARCH_POSIX

config SHELL_PROMPT_UART
	default "ec:~$ "