[PATCH] soundwire: select REGMAP_SOUNDWIRE

From: Vinod Koul
Date: Mon Jan 08 2018 - 23:56:35 EST


SoundWire bus needs to select the regmap support. So, add it

Signed-off-by: Vinod Koul <vinod.koul@xxxxxxxxx>
---
drivers/soundwire/Kconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/soundwire/Kconfig b/drivers/soundwire/Kconfig
index 08aad9f52152..b46084b4b1f8 100644
--- a/drivers/soundwire/Kconfig
+++ b/drivers/soundwire/Kconfig
@@ -18,6 +18,7 @@ comment "SoundWire Devices"

config SOUNDWIRE_BUS
tristate
+ select REGMAP_SOUNDWIRE

config SOUNDWIRE_CADENCE
tristate
--
2.7.4