File tree Expand file tree Collapse file tree 5 files changed +422
-0
lines changed Expand file tree Collapse file tree 5 files changed +422
-0
lines changed Original file line number Diff line number Diff line change @@ -173,6 +173,7 @@ config SND_SOC_SOF_PROBE_WORK_QUEUE
173173 When selected, the probe is handled in two steps, for example to
174174 avoid lockdeps if request_module is used in the probe.
175175
176+ source "sound/soc/sof/imx/Kconfig"
176177source "sound/soc/sof/intel/Kconfig"
177178source "sound/soc/sof/xtensa/Kconfig"
178179
Original file line number Diff line number Diff line change @@ -18,4 +18,5 @@ obj-$(CONFIG_SND_SOC_SOF_OF) += snd-sof-of.o
1818obj-$(CONFIG_SND_SOC_SOF_PCI) += snd-sof-pci.o
1919
2020obj-$(CONFIG_SND_SOC_SOF_INTEL_TOPLEVEL) += intel/
21+ obj-$(CONFIG_SND_SOC_SOF_IMX_TOPLEVEL) += imx/
2122obj-$(CONFIG_SND_SOC_SOF_XTENSA) += xtensa/
Original file line number Diff line number Diff line change 1+ # SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause)
2+
3+ config SND_SOC_SOF_IMX_TOPLEVEL
4+ bool "SOF support for NXP i.MX audio DSPs"
5+ depends on ARM64 && SND_SOC_SOF_OF || COMPILE_TEST
6+ help
7+ This adds support for Sound Open Firmware for NXP i.MX platforms.
8+ Say Y if you have such a device.
9+ If unsure select "N".
10+
11+ if SND_SOC_SOF_IMX_TOPLEVEL
12+
13+ config SND_SOC_SOF_IMX8
14+ tristate "SOF support for i.MX8"
15+ depends on IMX_SCU
16+ depends on IMX_DSP
17+ help
18+ This adds support for Sound Open Firmware for NXP i.MX8 platforms
19+ Say Y if you have such a device.
20+ If unsure select "N".
21+
22+ endif ## SND_SOC_SOF_IMX_IMX_TOPLEVEL
Original file line number Diff line number Diff line change 1+ # SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause)
2+ snd-sof-imx8-objs := imx8.o
3+
4+ obj-$(CONFIG_SND_SOC_SOF_IMX8) += snd-sof-imx8.o
You can’t perform that action at this time.
0 commit comments