mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
ASoC: SOF: Drop obsolete dependency on COMPILE_TEST
Since commit 0166dc11be
("of: make CONFIG_OF user selectable"), it
is possible to test-build any driver which depends on OF on any
architecture by explicitly selecting OF. Therefore depending on
COMPILE_TEST as an alternative is no longer needed.
Signed-off-by: Jean Delvare <jdelvare@suse.de>
Link: https://lore.kernel.org/r/20221127193549.211bf8f7@endymion.delvare
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
082d3c998c
commit
11e87890da
@ -39,7 +39,7 @@ config SND_SOC_SOF_ACPI_DEV
|
||||
|
||||
config SND_SOC_SOF_OF
|
||||
tristate "SOF OF enumeration support"
|
||||
depends on OF || COMPILE_TEST
|
||||
depends on OF
|
||||
help
|
||||
This adds support for Device Tree enumeration. This option is
|
||||
required to enable i.MX8 or Mediatek devices.
|
||||
|
Loading…
Reference in New Issue
Block a user