Skip to content

Commit 757755a

Browse files
committed
APL defconfig: remove some unnecessary components
to allow the build to succeed. Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
1 parent c4744ab commit 757755a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/arch/xtensa/configs/apollolake_defconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ CONFIG_PERFORMANCE_COUNTERS=y
88
CONFIG_COMP_SRC_SMALL=y
99
CONFIG_COMP_TDFB=n
1010
CONFIG_COMP_TONE=n
11+
CONFIG_COMP_KPB=n
12+
CONFIG_COMP_SEL=n
13+
CONFIG_COMP_CROSSOVER=n
14+
CONFIG_COMP_DRC=n

src/include/sof/trace/trace.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ struct trace_filter {
9797

9898
#if CONFIG_TRACE
9999

100-
#include <stdarg.h>
101100
#include <user/trace.h> /* LOG_LEVEL_... */
102101

103102
/*

0 commit comments

Comments
 (0)