Skip to content

Commit 0f8c0f8

Browse files
hramrachvinodkoul
authored andcommitted
soundwire: depend on ACPI || OF
Now devicetree is supported for probing soundwire as well. On platforms built with !ACPI !OF (ie s390x) the device still cannot be probed and gives a build warning. Cc: [email protected] Fixes: a2e4845 ("soundwire: core: add device tree support for slave devices") Signed-off-by: Michal Suchanek <[email protected]> Link: https://lore.kernel.org/r/0b89b4ea16a93f523105c81a2f718b0cd7ec66f2.1570097621.git.msuchanek@suse.de Signed-off-by: Vinod Koul <[email protected]>
1 parent 52eb063 commit 0f8c0f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/soundwire/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
menuconfig SOUNDWIRE
77
tristate "SoundWire support"
8-
depends on ACPI
8+
depends on ACPI || OF
99
help
1010
SoundWire is a 2-Pin interface with data and clock line ratified
1111
by the MIPI Alliance. SoundWire is used for transporting data

0 commit comments

Comments
 (0)