Skip to content

Commit b33e4da

Browse files
committed
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>
1 parent 0be5d2a commit b33e4da

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)