Files
linux/drivers
Pierre-Louis Bossart 4703593498 soundwire: fix regmap dependencies and align with other serial links
[ Upstream commit 8676b3ca46 ]

The existing code has a mixed select/depend usage which makes no sense.

config SOUNDWIRE_BUS
       tristate
       select REGMAP_SOUNDWIRE

config REGMAP_SOUNDWIRE
        tristate
        depends on SOUNDWIRE_BUS

Let's remove one layer of Kconfig definitions and align with the
solutions used by all other serial links.

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20190718230215.18675-1-pierre-louis.bossart@linux.intel.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2019-10-07 18:57:27 +02:00
..
2019-10-07 18:57:03 +02:00
2019-10-07 18:56:58 +02:00
2019-10-07 18:57:08 +02:00
2019-05-14 19:17:53 +02:00
2019-09-19 09:09:40 +02:00
2019-10-05 13:09:45 +02:00
2019-10-07 18:57:08 +02:00
2019-07-26 09:14:05 +02:00
2018-12-21 14:15:17 +01:00
2018-11-13 11:08:51 -08:00
2018-11-27 16:13:09 +01:00
2019-09-16 08:22:25 +02:00
2019-05-31 06:46:14 -07:00