Skip to content

Commit

Permalink
Revert "ALSA: hda: cs35l41: Allow compilation test on non-ACPI config…
Browse files Browse the repository at this point in the history
…urations"

This reverts commit d60b05b.
  • Loading branch information
Stephen Rothwell committed Jul 15, 2022
1 parent 8eec557 commit ca34553
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sound/pci/hda/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ config SND_HDA_CS_DSP_CONTROLS
config SND_HDA_SCODEC_CS35L41_I2C
tristate "Build CS35L41 HD-audio side codec support for I2C Bus"
depends on I2C
depends on ACPI || COMPILE_TEST
depends on ACPI
depends on SND_SOC
select SND_SOC_CS35L41_LIB
select SND_HDA_SCODEC_CS35L41
Expand All @@ -118,7 +118,7 @@ comment "Set to Y if you want auto-loading the side codec driver"
config SND_HDA_SCODEC_CS35L41_SPI
tristate "Build CS35L41 HD-audio codec support for SPI Bus"
depends on SPI_MASTER
depends on ACPI || COMPILE_TEST
depends on ACPI
depends on SND_SOC
select SND_SOC_CS35L41_LIB
select SND_HDA_SCODEC_CS35L41
Expand Down

0 comments on commit ca34553

Please sign in to comment.