boards: intel_adsp_cavs25: make DAI_SSP_HAS_POWER_CONTRO optional

Make DAI_SSP_HAS_POWER_CONTRO depend on DAI_INTEL_SSP

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2022-09-01 14:37:14 -04:00
parent 24b3372b8a
commit ead7bf6409
2 changed files with 9 additions and 2 deletions

View file

@ -8,4 +8,13 @@ config BOARD
default "intel_adsp_cavs25" if BOARD_INTEL_ADSP_CAVS25
default "intel_adsp_cavs25_tgph" if BOARD_INTEL_ADSP_CAVS25_TGPH
if DAI_INTEL_SSP
config DAI_SSP_HAS_POWER_CONTROL
def_bool y
endif
endif # BOARD_INTEL_ADSP_CAVS25 || BOARD_INTEL_ADSP_CAVS25_TGPH

View file

@ -20,5 +20,3 @@ CONFIG_BUILD_OUTPUT_BIN=n
CONFIG_CLEANUP_INTERMEDIATE_FILES=y
CONFIG_MP_NUM_CPUS=4
CONFIG_DAI_SSP_HAS_POWER_CONTROL=y