diff options
author | Daniel Baluta <daniel.baluta@nxp.com> | 2019-08-21 11:47:29 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-08-22 18:28:20 +0100 |
commit | b9132b89933177286fb427bd03affcebc4d649e1 (patch) | |
tree | 4a2caff0d734363a1e1b7f37a687a2a2ad5184e5 /sound/soc/sof/Kconfig | |
parent | 7db2f2dfc701f9f903283e830653b02fb6ce823c (diff) |
ASoC: SOF: Add OF DSP device support
Add support for device tree based SOF DSP devices.
Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20190821164730.7385-3-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sof/Kconfig')
-rw-r--r-- | sound/soc/sof/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sound/soc/sof/Kconfig b/sound/soc/sof/Kconfig index fb01f0ca6027..01acb580b817 100644 --- a/sound/soc/sof/Kconfig +++ b/sound/soc/sof/Kconfig @@ -36,6 +36,16 @@ config SND_SOC_SOF_ACPI Say Y if you need this option If unsure select "N". +config SND_SOC_SOF_OF + tristate "SOF OF enumeration support" + depends on OF || COMPILE_TEST + select SND_SOC_SOF + select SND_SOC_SOF_OPTIONS + help + This adds support for Device Tree enumeration. This option is + required to enable i.MX8 devices. + Say Y if you need this option. If unsure select "N". + config SND_SOC_SOF_OPTIONS tristate help |