Parcourir la source

soundwire: select REGMAP_SOUNDWIRE

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

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Vinod Koul il y a 7 ans
Parent
commit
6c49b32d3c
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      drivers/soundwire/Kconfig

+ 1 - 0
drivers/soundwire/Kconfig

@@ -18,6 +18,7 @@ comment "SoundWire Devices"
 
 config SOUNDWIRE_BUS
 	tristate
+	select REGMAP_SOUNDWIRE
 
 config SOUNDWIRE_CADENCE
 	tristate