Skip to content

Commit

Permalink
config: Add default config for mt8196
Browse files Browse the repository at this point in the history
Add default config for mt8196 platform.

Signed-off-by: hailong.fan <[email protected]>
  • Loading branch information
hailongfan-mtk committed Dec 26, 2024
1 parent 197ef5c commit 23c3b72
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/arch/xtensa/configs/mt8196_defconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
CONFIG_MT8196=y
CONFIG_CORE_COUNT=1
CONFIG_COMP_VOLUME=y
CONFIG_COMP_SRC=n
CONFIG_COMP_FIR=n
CONFIG_COMP_IIR=n
CONFIG_COMP_DCBLOCK=n
CONFIG_COMP_TDFB=n
CONFIG_COMP_TONE=n
CONFIG_COMP_MIXER=n
CONFIG_COMP_MUX=n
CONFIG_COMP_KPB=n
CONFIG_COMP_SEL=n
CONFIG_COMP_ASRC=n
CONFIG_DEBUG=y

0 comments on commit 23c3b72

Please sign in to comment.