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 <hailong.fan@mediatek.com>
  • Loading branch information
hailong-fan committed Jan 7, 2025
1 parent 1253190 commit 62b3d90
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 62b3d90

Please sign in to comment.