2018-01-09 04:56:31

by Vinod Koul

[permalink] [raw]
Subject: [PATCH] soundwire: select REGMAP_SOUNDWIRE

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

Signed-off-by: Vinod Koul <[email protected]>
---
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