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 17, 2023
1 parent 7412bc4 commit 366ca76
Show file tree
Hide file tree
Showing 26 changed files with 0 additions and 7,397 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
1 change: 0 additions & 1 deletion app/boards/intel_adsp_cavs25_tgph.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
CONFIG_TIGERLAKE=y
CONFIG_INTEL_DMIC=y
CONFIG_COMP_CHAIN_DMA=y
CONFIG_LP_MEMORY_BANKS=1
CONFIG_HP_MEMORY_BANKS=30
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 366ca76

Please sign in to comment.