diff options
author | Vinod Koul <vinod.koul@intel.com> | 2018-01-09 08:00:32 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-01-09 19:01:16 +0300 |
commit | 6c49b32d3c09ffa3c60d49ef41e050724a1067c9 (patch) | |
tree | e2d82cb9ee5ff484f8959d71c87ff1c3a7114eab /drivers/soundwire | |
parent | c22c0ae5232e2280a12cdf389fdc557b83c5b968 (diff) | |
download | linux-6c49b32d3c09ffa3c60d49ef41e050724a1067c9.tar.xz |
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>
Diffstat (limited to 'drivers/soundwire')
-rw-r--r-- | drivers/soundwire/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |