Skip to content

Commit 4f1636e

Browse files
ujfalusibroonie
authored andcommitted
ASoC: Intel: Kconfig: Revert make SND_SOC_ACPI_INTEL_MATCH depend on ACPI
The acpi-intel-match should be compiled even if ACPI is not selected. The ACPI is not compile time requirement, but the exported symbols are needed for other modules. Fixes: b6bd3f3 ("ASoC: Intel: Kconfig: make SND_SOC_ACPI_INTEL_MATCH depend on ACPI") Reported-by: kernel test robot <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Signed-off-by: Peter Ujfalusi <[email protected]> Reviewed-by: Bard Liao <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent c5bbc47 commit 4f1636e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sound/soc/intel/Kconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ if SND_SOC_INTEL_SST_TOPLEVEL || SND_SOC_SOF_INTEL_TOPLEVEL
7070

7171
config SND_SOC_ACPI_INTEL_MATCH
7272
tristate
73-
depends on ACPI
74-
select SND_SOC_ACPI
73+
select SND_SOC_ACPI if ACPI
7574
select SND_SOC_ACPI_INTEL_SDCA_QUIRKS
7675
# this option controls the compilation of ACPI matching tables and
7776
# helpers and is not meant to be selected by the user.

0 commit comments

Comments
 (0)