[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190419194649.18467-2-pierre-louis.bossart@linux.intel.com>
Date: Fri, 19 Apr 2019 14:46:48 -0500
From: Pierre-Louis Bossart <pierre-louis.bossart@...ux.intel.com>
To: alsa-devel@...a-project.org
Cc: linux-kernel@...r.kernel.org, tiwai@...e.de, broonie@...nel.org,
vkoul@...nel.org, gregkh@...uxfoundation.org,
liam.r.girdwood@...ux.intel.com, jank@...ence.com, joe@...ches.com,
srinivas.kandagatla@...aro.org,
Pierre-Louis Bossart <pierre-louis.bossart@...ux.intel.com>,
Sanyog Kale <sanyog.r.kale@...el.com>
Subject: [PATCH v2 1/2] soundwire: fix SOUNDWIRE_BUS option
The existing Kconfig can lead to the following warning:
WARNING: unmet direct dependencies detected for REGMAP_SOUNDWIRE
Depends on [m]: SOUNDWIRE_BUS [=m]
Selected by [y]:
- SND_SOC_RT700_SDW [=y] && SOUND [=y] && !UML && SND [=y] &&
SND_SOC [=y] && SOUNDWIRE [=y]
Selected by [m]:
- SOUNDWIRE_BUS [=m] && SOUNDWIRE [=y]
Remove wrong-way link between SOUNDWIRE_BUS and REGMAP_SOUNDWIRE
SOUNDWIRE_BUS can be selected independendly by the SOC driver
(e.g. SOUNDWIRE_INTEL) or the codec driver (via REGMAP_SOUNDWIRE).
Fixes: 6c49b32d3c09 ('soundwire: select REGMAP_SOUNDWIRE')
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@...ux.intel.com>
---
drivers/soundwire/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/soundwire/Kconfig b/drivers/soundwire/Kconfig
index 84876a74874f..d382d80d2fe1 100644
--- a/drivers/soundwire/Kconfig
+++ b/drivers/soundwire/Kconfig
@@ -18,7 +18,6 @@ comment "SoundWire Devices"
config SOUNDWIRE_BUS
tristate
- select REGMAP_SOUNDWIRE
config SOUNDWIRE_CADENCE
tristate
--
2.17.1
Powered by blists - more mailing lists