kconfig: cht, byt: Dont include KPB by default on CHT, BYT.

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 <liam.r.girdwood@linux.intel.com>
This commit is contained in:
Liam Girdwood 2019-04-26 16:50:07 +01:00 committed by Liam Girdwood
parent e4a9f86a4b
commit c540305c20
2 changed files with 4 additions and 0 deletions

View File

@ -1,2 +1,4 @@
CONFIG_BAYTRAIL=y
CONFIG_COMP_TEST_KEYPHRASE=n
CONFIG_COMP_KPB=n
CONFIG_COMP_SEL=n

View File

@ -1,2 +1,4 @@
CONFIG_CHERRYTRAIL=y
CONFIG_COMP_TEST_KEYPHRASE=n
CONFIG_COMP_KPB=n
CONFIG_COMP_SEL=n