driver: ssp: remove use of out-of-tree CONFIG_INTEL_MN

The SSP driver has odd dependency to outside definition of
CONFIG_INTEL_NM. This is in practise tied to SSP hardware
version and always enabled for SSP block version 1.0.

Use the new SSP_IP_VER define to replace the CONFIG_INTEL_MN
preprocssor checks. Also modify the board test case to
remove the obsolete config setting.

Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
This commit is contained in:
Kai Vehmanen 2024-11-21 21:31:17 +02:00 committed by Henrik Brix Andersen
commit a14ae39e74
4 changed files with 9 additions and 17 deletions

View file

@ -7,8 +7,3 @@
mainmenu "Dai SSP Test"
source "Kconfig.zephyr"
config INTEL_MN
bool "Use mn divider"
help
Use MN divider.

View file

@ -1,6 +1,5 @@
CONFIG_ZTEST=y
CONFIG_DAI=y
CONFIG_INTEL_MN=y
CONFIG_DMA_DW_HOST_MASK=1
CONFIG_HEAP_MEM_POOL_SIZE=512
CONFIG_PM=y