forked from thesofproject/sof
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathos_linux_overlay.conf
More file actions
24 lines (20 loc) · 859 Bytes
/
os_linux_overlay.conf
File metadata and controls
24 lines (20 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
# Overlay definitions to build SOF firmware for use
# with SOF driver in Linux kernel
#
# As a general rule, update of SOF firmware shall never
# break existing systems by depending on Linux kernel patches
# that have been upstreamed after commercial availability
# of a product.
CONFIG_SOF_OS_LINUX_COMPAT_PRIORITY=y
# SOF Linux driver does not require FW to retain its
# state, so context save can be disabled
CONFIG_ADSP_IMR_CONTEXT_SAVE=n
CONFIG_SOF_USERSPACE_PROXY=n
# Logging options
# Set default runtime log level to INFO (3).
# Note: This setting only has effect when CONFIG_LOG_RUNTIME_FILTERING is enabled.
# By default, the runtime level equals the compile-time level, but it is explicitly
# set here to INFO to ensure expected behavior if platform configurations set a
# lower default level (e.g., ERROR).
CONFIG_LOG_RUNTIME_DEFAULT_LEVEL=3