forked from plbossart/kconfig
-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathsof-dev-defconfig
More file actions
32 lines (26 loc) · 908 Bytes
/
sof-dev-defconfig
File metadata and controls
32 lines (26 loc) · 908 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
25
26
27
28
29
30
31
# These configurations should not be used by distros but only by
# developers
# top-level configs
CONFIG_EXPERT=y
CONFIG_PM_ADVANCED_DEBUG=y
# debug options
CONFIG_SND_SOC_SOF_DEVELOPER_SUPPORT=y
CONFIG_SND_SOC_SOF_DEBUG=y
CONFIG_SND_SOC_SOF_DEBUG_VERBOSE_IPC=y
CONFIG_SND_SOC_SOF_DEBUG_ENABLE_DEBUGFS_CACHE=y
CONFIG_SND_SOC_SOF_DEBUG_ENABLE_FIRMWARE_TRACE=y
CONFIG_SND_SOC_SOF_DEBUG_IPC_FLOOD_TEST=m
CONFIG_SND_SOC_SOF_DEBUG_PROBES=m
CONFIG_SND_SOC_SOF_DEBUG_IPC_MSG_INJECTOR=m
CONFIG_SND_SOC_SOF_DEBUG_RETAIN_DSP_CONTEXT=y
CONFIG_SND_SOC_SOF_NOCODEC_DEBUG_SUPPORT=y
# options to catch errors
CONFIG_UAPI_HEADER_TEST=y
CONFIG_HEADERS_INSTALL=y
# SOF Intel platform drivers no longer in development
CONFIG_SND_SOC_SOF_BAYTRAIL=m
CONFIG_SND_SOC_SOF_BROADWELL=m
CONFIG_SND_SOC_SOF_MERRIFIELD=m
# SOF Intel drivers still no longer in development
CONFIG_SND_SOC_SOF_KABYLAKE=m
CONFIG_SND_SOC_SOF_SKYLAKE=m