浏览代码

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 7 年之前
父节点
当前提交
6c49b32d3c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/soundwire/Kconfig

+ 1 - 0
drivers/soundwire/Kconfig

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