Skip to content

Commit

Permalink
drivers: Intel: remove Intel XTOS drivers
Browse files Browse the repository at this point in the history
Now that Intel cAVS2.5 has been migrated to use native Zephyr
drivers, we have no need to keep the Intel specific XTOS
drivers in the tree anymore.

Adjust board configuration files to not refer to removed
Kconfig options.

Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
  • Loading branch information
kv2019i committed Aug 16, 2023
1 parent e00db83 commit 1c0dfaa
Show file tree
Hide file tree
Showing 27 changed files with 0 additions and 7,400 deletions.
5 changes: 0 additions & 5 deletions app/boards/intel_adsp_ace15_mtpm.conf
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
CONFIG_METEORLAKE=y
CONFIG_IPC_MAJOR_4=y

# turn off SOF drivers
CONFIG_INTEL_DMIC=n
CONFIG_INTEL_DMIC_NHLT=n
CONFIG_INTEL_SSP=n
CONFIG_INTEL_ALH=n
CONFIG_COMP_SRC=y
CONFIG_COMP_SRC_IPC4_FULL_MATRIX=y
CONFIG_COMP_DRC=y
Expand Down
5 changes: 0 additions & 5 deletions app/boards/intel_adsp_ace20_lnl.conf
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
CONFIG_LUNARLAKE=y
CONFIG_IPC_MAJOR_4=y

# turn off SOF drivers
CONFIG_INTEL_DMIC=n
CONFIG_INTEL_DMIC_NHLT=n
CONFIG_INTEL_SSP=n
CONFIG_INTEL_ALH=n
CONFIG_COMP_SRC=y

CONFIG_COMP_SRC_IPC4_FULL_MATRIX=y
Expand Down
4 changes: 0 additions & 4 deletions app/boards/intel_adsp_cavs25.conf
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
CONFIG_TIGERLAKE=y
CONFIG_INTEL_DMIC=y
CONFIG_COMP_CHAIN_DMA=y
CONFIG_DMIC_HW_IOCLK=38400000
CONFIG_INTEL_SSP=y
CONFIG_AMS=y
CONFIG_INTEL_ALH=y
CONFIG_LP_MEMORY_BANKS=1
CONFIG_HP_MEMORY_BANKS=30
CONFIG_RIMAGE_SIGNING_SCHEMA="tgl"
Expand Down
3 changes: 0 additions & 3 deletions app/boards/intel_adsp_cavs25_tgph.conf
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
CONFIG_TIGERLAKE=y
CONFIG_INTEL_DMIC=y
CONFIG_COMP_CHAIN_DMA=y
CONFIG_DMIC_HW_IOCLK=38400000
CONFIG_INTEL_SSP=y
CONFIG_INTEL_ALH=y
CONFIG_LP_MEMORY_BANKS=1
CONFIG_HP_MEMORY_BANKS=30
CONFIG_RIMAGE_SIGNING_SCHEMA="tgl-h"
Expand Down
1 change: 0 additions & 1 deletion app/overlays/tgl/ipc4_overlay.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
CONFIG_IPC_MAJOR_4=y
CONFIG_INTEL_DMIC_NHLT=y
CONFIG_RIMAGE_SIGNING_SCHEMA="tgl-cavs"
CONFIG_PCM_CONVERTER_FORMAT_S16LE=y
CONFIG_PCM_CONVERTER_FORMAT_S24LE=y
Expand Down
4 changes: 0 additions & 4 deletions src/drivers/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ if(CONFIG_IMX)
add_subdirectory(imx)
endif()

if(CONFIG_INTEL)
add_subdirectory(intel)
endif()

if(CONFIG_AMD)
add_subdirectory(amd)
endif()
Expand Down
2 changes: 0 additions & 2 deletions src/drivers/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

menu "Drivers"

rsource "intel/Kconfig"

rsource "dw/Kconfig"

rsource "imx/Kconfig"
Expand Down
21 changes: 0 additions & 21 deletions src/drivers/intel/CMakeLists.txt

This file was deleted.

211 changes: 0 additions & 211 deletions src/drivers/intel/Kconfig

This file was deleted.

Loading

0 comments on commit 1c0dfaa

Please sign in to comment.