blob: e162c3f48e0a40f7c6dcb461af77382685146bec [file] [log] [blame]
From c98fc1b20d3f14ec813dd964490d47ba3d111367 Mon Sep 17 00:00:00 2001
From: Paul Gortmaker <paul.gortmaker@windriver.com>
Date: Sat, 7 Mar 2020 12:30:34 -0500
Subject: [PATCH] Revert "soundwire: depend on ACPI || OF"
This reverts commit 649b8fd670bccf658bfbdc32f7b374e2022384a8, which was
commit 0f8c0f8a7782178c40157b2feb6a532493cbadd3 upstream.
The OF support was not added until v5.4 - and hence the "Fixes:" tag in
the upstream is not actually correct in a v5.2.x context.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
diff --git a/drivers/soundwire/Kconfig b/drivers/soundwire/Kconfig
index c8c80df090d1..c73bfbaa2659 100644
--- a/drivers/soundwire/Kconfig
+++ b/drivers/soundwire/Kconfig
@@ -5,7 +5,7 @@
menuconfig SOUNDWIRE
tristate "SoundWire support"
- depends on ACPI || OF
+ depends on ACPI
help
SoundWire is a 2-Pin interface with data and clock line ratified
by the MIPI Alliance. SoundWire is used for transporting data
--
2.7.4