Skip to content

Commit 11e8789

Browse files
jdelvarebroonie
authored andcommitted
ASoC: SOF: Drop obsolete dependency on COMPILE_TEST
Since commit 0166dc1 ("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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 082d3c9 commit 11e8789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/sof/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ config SND_SOC_SOF_ACPI_DEV
3939

4040
config SND_SOC_SOF_OF
4141
tristate "SOF OF enumeration support"
42-
depends on OF || COMPILE_TEST
42+
depends on OF
4343
help
4444
This adds support for Device Tree enumeration. This option is
4545
required to enable i.MX8 or Mediatek devices.

0 commit comments

Comments
 (0)