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:
parent
5b29fff725
commit
a14ae39e74
4 changed files with 9 additions and 17 deletions
|
@ -7,8 +7,3 @@
|
|||
mainmenu "Dai SSP Test"
|
||||
|
||||
source "Kconfig.zephyr"
|
||||
|
||||
config INTEL_MN
|
||||
bool "Use mn divider"
|
||||
help
|
||||
Use MN divider.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue