Skip to content

Commit

Permalink
kconfig: cht, byt: Dont include KPB by default on CHT, BYT.
Browse files Browse the repository at this point in the history
CHT & BYT have limited amount of IRAM so are sensitive to selection of
built in audio components. Disable KBP by default, but this could be
enabled if other components were disabled.

Signed-off-by: Liam Girdwood <[email protected]>
  • Loading branch information
lrgirdwo authored and lgirdwood committed Apr 29, 2019
1 parent e4a9f86 commit c540305
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/arch/xtensa/configs/baytrail_defconfig
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
CONFIG_BAYTRAIL=y
CONFIG_COMP_TEST_KEYPHRASE=n
CONFIG_COMP_KPB=n
CONFIG_COMP_SEL=n
2 changes: 2 additions & 0 deletions src/arch/xtensa/configs/cherrytrail_defconfig
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
CONFIG_CHERRYTRAIL=y
CONFIG_COMP_TEST_KEYPHRASE=n
CONFIG_COMP_KPB=n
CONFIG_COMP_SEL=n

0 comments on commit c540305

Please sign in to comment.