Skip to content

Commit 47125ee

Browse files
kv2019ilgirdwood
authored andcommitted
drivers: intel: remove remaining references to MN driver
The Zephyr SSP driver has had a dependency to CONFIG_INTEL_NM defined in SOF, so this has not been removed before. This is now cleaned up on Zephyr side, so we can proceed to remove the remaining bits of the Intel MN driver on SOF side. Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
1 parent 2d60e62 commit 47125ee

File tree

4 files changed

+0
-100
lines changed

4 files changed

+0
-100
lines changed

src/drivers/Kconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
menu "Drivers"
44

5-
rsource "intel/Kconfig"
6-
75
rsource "dw/Kconfig"
86

97
rsource "imx/Kconfig"

src/drivers/intel/Kconfig

Lines changed: 0 additions & 10 deletions
This file was deleted.

src/include/sof/drivers/mn.h

Lines changed: 0 additions & 87 deletions
This file was deleted.

src/platform/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,6 @@ config CAVS
339339
bool
340340
default n
341341
select INTEL
342-
select INTEL_MN
343342
select SOF_ZEPHYR_NO_SOF_CLOCK
344343

345344
config CAVS_VERSION_2_5

0 commit comments

Comments
 (0)