diff --git a/app/boards/intel_adsp/Kconfig.defconfig b/app/boards/intel_adsp/Kconfig.defconfig index 59026e7f7cc4..a2ba2db15db6 100644 --- a/app/boards/intel_adsp/Kconfig.defconfig +++ b/app/boards/intel_adsp/Kconfig.defconfig @@ -21,6 +21,15 @@ config IPC4_BASE_FW_INTEL config COMP_CHAIN_DMA default y +config COMP_KPB + default y + +config COMP_UP_DOWN_MIXER + default y + +config COMP_VOLUME_WINDOWS_FADE + default y + config FAST_GET default y @@ -111,6 +120,9 @@ config INTEL_ADSP_IPC config INTEL_ADSP_TIMER default y +config MM_DRV + default y + # # Zephyr / power settings # ---------------------------------------- diff --git a/app/boards/intel_adsp_ace15_mtpm.conf b/app/boards/intel_adsp_ace15_mtpm.conf index 2bf518f375f4..4ebf4498375d 100644 --- a/app/boards/intel_adsp_ace15_mtpm.conf +++ b/app/boards/intel_adsp_ace15_mtpm.conf @@ -8,14 +8,11 @@ CONFIG_IPC_MAJOR_4=y CONFIG_COMP_ARIA=y CONFIG_COMP_CROSSOVER=y CONFIG_COMP_DRC=y -CONFIG_COMP_KPB=y CONFIG_COMP_TESTER=m CONFIG_COMP_SRC_IPC4_FULL_MATRIX=y CONFIG_COMP_SRC_LITE=y CONFIG_COMP_MFCC=y CONFIG_COMP_MULTIBAND_DRC=y -CONFIG_COMP_UP_DOWN_MIXER=y -CONFIG_COMP_VOLUME_WINDOWS_FADE=y CONFIG_FORMAT_CONVERT_HIFI3=n CONFIG_SAMPLE_KEYPHRASE=y diff --git a/app/boards/intel_adsp_ace20_lnl.conf b/app/boards/intel_adsp_ace20_lnl.conf index 986752ae0344..bc716dbf293d 100644 --- a/app/boards/intel_adsp_ace20_lnl.conf +++ b/app/boards/intel_adsp_ace20_lnl.conf @@ -7,11 +7,8 @@ CONFIG_IPC_MAJOR_4=y # SOF / audio pipeline and module settings CONFIG_COMP_ARIA=y CONFIG_COMP_DRC=m -CONFIG_COMP_KPB=y CONFIG_COMP_TESTER=m CONFIG_COMP_SRC_IPC4_FULL_MATRIX=y -CONFIG_COMP_UP_DOWN_MIXER=y -CONFIG_COMP_VOLUME_WINDOWS_FADE=y CONFIG_FORMAT_CONVERT_HIFI3=n CONFIG_SAMPLE_KEYPHRASE=y diff --git a/app/boards/intel_adsp_ace30_ptl.conf b/app/boards/intel_adsp_ace30_ptl.conf index a02e8ea6c2f3..e77a4888e6ce 100644 --- a/app/boards/intel_adsp_ace30_ptl.conf +++ b/app/boards/intel_adsp_ace30_ptl.conf @@ -5,13 +5,8 @@ CONFIG_RIMAGE_SIGNING_SCHEMA="ptl" CONFIG_IPC_MAJOR_4=y # SOF / audio pipeline and module settings -CONFIG_MM_DRV=y -CONFIG_COMP_CHAIN_DMA=y -CONFIG_COMP_KPB=y CONFIG_COMP_TESTER=m CONFIG_COMP_SRC_IPC4_FULL_MATRIX=y -CONFIG_COMP_UP_DOWN_MIXER=y -CONFIG_COMP_VOLUME_WINDOWS_FADE=y CONFIG_FORMAT_CONVERT_HIFI3=n # SOF / infrastructure diff --git a/app/boards/intel_adsp_ace30_ptl_sim.conf b/app/boards/intel_adsp_ace30_ptl_sim.conf index 58806d13b315..477450d2d271 100644 --- a/app/boards/intel_adsp_ace30_ptl_sim.conf +++ b/app/boards/intel_adsp_ace30_ptl_sim.conf @@ -27,8 +27,6 @@ CONFIG_FORMAT_CONVERT_HIFI3=n CONFIG_LOG=n CONFIG_LOG_MODE_DEFERRED=n CONFIG_LOG_FUNC_NAME_PREFIX_INF=n -CONFIG_COMP_VOLUME_WINDOWS_FADE=y -CONFIG_COMP_UP_DOWN_MIXER=y CONFIG_SYS_CLOCK_TICKS_PER_SEC=12000 CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=19200000 diff --git a/app/boards/intel_adsp_ace30_wcl.conf b/app/boards/intel_adsp_ace30_wcl.conf index aba660a511e2..faa20dd97a9b 100644 --- a/app/boards/intel_adsp_ace30_wcl.conf +++ b/app/boards/intel_adsp_ace30_wcl.conf @@ -5,12 +5,8 @@ CONFIG_RIMAGE_SIGNING_SCHEMA="ptl" CONFIG_IPC_MAJOR_4=y # SOF / audio pipeline and module settings -CONFIG_MM_DRV=y -CONFIG_COMP_KPB=y CONFIG_COMP_TESTER=m CONFIG_COMP_SRC_IPC4_FULL_MATRIX=y -CONFIG_COMP_UP_DOWN_MIXER=y -CONFIG_COMP_VOLUME_WINDOWS_FADE=y CONFIG_FORMAT_CONVERT_HIFI3=n # SOF / infrastructure diff --git a/app/boards/intel_adsp_ace30_wcl_sim.conf b/app/boards/intel_adsp_ace30_wcl_sim.conf index d885cf7eb3e0..288305be6313 100644 --- a/app/boards/intel_adsp_ace30_wcl_sim.conf +++ b/app/boards/intel_adsp_ace30_wcl_sim.conf @@ -26,8 +26,6 @@ CONFIG_RIMAGE_SIGNING_SCHEMA="ptl" CONFIG_LOG=n CONFIG_LOG_MODE_DEFERRED=n CONFIG_LOG_FUNC_NAME_PREFIX_INF=n -CONFIG_COMP_VOLUME_WINDOWS_FADE=y -CONFIG_COMP_UP_DOWN_MIXER=y CONFIG_SYS_CLOCK_TICKS_PER_SEC=12000 CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=19200000 diff --git a/app/boards/intel_adsp_ace40_nvl.conf b/app/boards/intel_adsp_ace40_nvl.conf index 592ba109a387..55a6628959e1 100644 --- a/app/boards/intel_adsp_ace40_nvl.conf +++ b/app/boards/intel_adsp_ace40_nvl.conf @@ -6,14 +6,10 @@ CONFIG_IPC_MAJOR_4=y # SOF / audio pipeline and module settings CONFIG_COMP_SRC=y -CONFIG_MM_DRV=y CONFIG_COMP_ARIA=y CONFIG_COMP_DRC=y -CONFIG_COMP_KPB=y CONFIG_COMP_SRC_IPC4_FULL_MATRIX=y CONFIG_COMP_TESTER=y -CONFIG_COMP_UP_DOWN_MIXER=y -CONFIG_COMP_VOLUME_WINDOWS_FADE=y CONFIG_FORMAT_CONVERT_HIFI3=n # SOF / infrastructure diff --git a/app/boards/intel_adsp_ace40_nvls.conf b/app/boards/intel_adsp_ace40_nvls.conf index 95be818421aa..55a6628959e1 100644 --- a/app/boards/intel_adsp_ace40_nvls.conf +++ b/app/boards/intel_adsp_ace40_nvls.conf @@ -6,15 +6,10 @@ CONFIG_IPC_MAJOR_4=y # SOF / audio pipeline and module settings CONFIG_COMP_SRC=y -CONFIG_MM_DRV=y CONFIG_COMP_ARIA=y -CONFIG_COMP_CHAIN_DMA=y CONFIG_COMP_DRC=y -CONFIG_COMP_KPB=y CONFIG_COMP_SRC_IPC4_FULL_MATRIX=y CONFIG_COMP_TESTER=y -CONFIG_COMP_UP_DOWN_MIXER=y -CONFIG_COMP_VOLUME_WINDOWS_FADE=y CONFIG_FORMAT_CONVERT_HIFI3=n # SOF / infrastructure diff --git a/app/boards/intel_adsp_cavs25.conf b/app/boards/intel_adsp_cavs25.conf index 2499eecd8555..0d39b072324c 100644 --- a/app/boards/intel_adsp_cavs25.conf +++ b/app/boards/intel_adsp_cavs25.conf @@ -42,7 +42,6 @@ CONFIG_DMA_DW_LLI_POOL_SIZE=100 CONFIG_DMA_DW_HW_LLI=y CONFIG_DMA_DW_FIFO_PARTITION=y CONFIG_DMA_INTEL_ADSP_GPDMA_HAS_LLP=y -CONFIG_MM_DRV=y # Zephyr / power settings CONFIG_PM_POLICY_CUSTOM=y diff --git a/app/boards/intel_adsp_cavs25_tgph.conf b/app/boards/intel_adsp_cavs25_tgph.conf index 6bc77e92a43f..2d6ac891cbd0 100644 --- a/app/boards/intel_adsp_cavs25_tgph.conf +++ b/app/boards/intel_adsp_cavs25_tgph.conf @@ -41,7 +41,6 @@ CONFIG_DMA_DW_LLI_POOL_SIZE=100 CONFIG_DMA_DW_HW_LLI=y CONFIG_DMA_DW_FIFO_PARTITION=y CONFIG_DMA_INTEL_ADSP_GPDMA_HAS_LLP=y -CONFIG_MM_DRV=y # Zephyr / power settings CONFIG_PM=y