]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ALSA: hda/cs35l56: Remove dependency on COMPILE_TEST
authorRichard Fitzgerald <rf@opensource.cirrus.com>
Mon, 28 Apr 2025 09:41:26 +0000 (10:41 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 30 Apr 2025 05:35:02 +0000 (07:35 +0200)
commit849c83fe49912f7b2c9ee2fe64dc06e0fb81d91d
tree394c22c6dab1d0fc4e8fefd8acec5b72a2a768cb
parent26d87c55d19a4f4a76e5cc4b4188640badc3bbb1
ALSA: hda/cs35l56: Remove dependency on COMPILE_TEST

Change the Kconfig dependency on ACPI || COMPILE_TEST to only depend on
ACPI.

The alternate dependency on COMPILE_TEST was a fudge to enable building
KUnit tests for modules that are selected by the CS35L56 driver but don't
depend on ACPI. This was based on a misunderstanding that KUNIT_ALL_TESTS
meant "all tests". Actually KUNIT_ALL_TESTS only means "tests for modules
that have satisfied dependencies" so it shouldn't be overriding
dependencies.

Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
Link: https://patch.msgid.link/20250428094126.125781-1-rf@opensource.cirrus.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/Kconfig