Skip to content

Commit b6bd3f3

Browse files
bardliaobroonie
authored andcommitted
ASoC: Intel: Kconfig: make SND_SOC_ACPI_INTEL_MATCH depend on ACPI
SND_SOC_ACPI_INTEL_MATCH relies on ACPI functions. It will not work if ACPI is not selected. Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com> Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com> Reviewed-by: Liam Girdwood <liam.r.girdwood@intel.com> Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Link: https://patch.msgid.link/20241106055810.10123-2-yung-chuan.liao@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent aaa7382 commit b6bd3f3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sound/soc/intel/Kconfig

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

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

0 commit comments

Comments
 (0)