Skip to content

Commit 8f51e6b

Browse files
xiulipanjajanusz
authored andcommitted
build: disable asrc xcc defconfig for byt cht
Need to disable asrc support for BYT and CHT for xcc build. Signed-off-by: Pan Xiuli <xiuli.pan@linux.intel.com>
1 parent 8dfb717 commit 8f51e6b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/arch/xtensa/configs/baytrail_xcc_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ CONFIG_COMP_SEL=n
55
CONFIG_COMP_MUX=n
66
CONFIG_COMP_FIR=n
77
CONFIG_COMP_IIR=n
8+
CONFIG_COMP_ASRC=n
89
CONFIG_OPTIMIZE_FOR_SIZE=y

src/arch/xtensa/configs/cherrytrail_xcc_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ CONFIG_COMP_SEL=n
55
CONFIG_COMP_MUX=n
66
CONFIG_COMP_FIR=n
77
CONFIG_COMP_IIR=n
8+
CONFIG_COMP_ASRC=n
89
CONFIG_OPTIMIZE_FOR_SIZE=y

0 commit comments

Comments
 (0)