Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoc: adi: Kconfig: Remove depends on for ADI reference designs

Audio ADI reference designs are also used on some ZynqMP boards, and can
also be used on Intel FPGA boards and also on some more complex FPGA
combinations (FPGA cards connected through PCIe).

This change removes the dependency on Microblaze and Zynq architectures
to allow the usage of this driver for the systems described above.

Signed-off-by: Bogdan Togorean <bogdan.togorean@analog.com>
Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
Link: https://lore.kernel.org/r/20201110152213.37811-1-alexandru.ardelean@analog.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Bogdan Togorean and committed by
Mark Brown
e1ade4c5 f077770b

-1
-1
sound/soc/adi/Kconfig
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 2 config SND_SOC_ADI 3 3 tristate "Audio support for Analog Devices reference designs" 4 - depends on MICROBLAZE || ARCH_ZYNQ || COMPILE_TEST 5 4 help 6 5 Audio support for various reference designs by Analog Devices. 7 6