Skip to content

Commit 62aa569

Browse files
committed
ASoC: SOF: fix Kconfig for ia64
Yet another build issue reported by kbuild/0day Signed-off-by: Pierre-Louis Bossart <[email protected]>
1 parent cba58ee commit 62aa569

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sound/soc/sof/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ config SND_SOC_SOF_PCI
1212
tristate "SOF PCI enumeration support"
1313
depends on PCI
1414
select SND_SOC_SOF
15+
select SND_SOC_ACPI if ACPI
1516
select SND_SOC_SOF_OPTIONS
1617
select SND_SOC_SOF_INTEL_PCI if SND_SOC_SOF_INTEL_TOPLEVEL
1718
help
@@ -24,6 +25,7 @@ config SND_SOC_SOF_ACPI
2425
tristate "SOF ACPI enumeration support"
2526
depends on ACPI || COMPILE_TEST
2627
select SND_SOC_SOF
28+
select SND_SOC_ACPI if ACPI
2729
select SND_SOC_SOF_OPTIONS
2830
select SND_SOC_SOF_INTEL_ACPI if SND_SOC_SOF_INTEL_TOPLEVEL
2931
select IOSF_MBI if X86

0 commit comments

Comments
 (0)