From 2c7e825fbce3ac17982637429a8fa28f9f059f75 Mon Sep 17 00:00:00 2001
From: Xiubo Li
Date: Fri, 17 Oct 2014 14:01:14 +0800
Subject: ASoC: fsl: make sure the regmap-mmio is actually enabled
Since the Freescale SAI, ESAI and SPDIF are using the regmap-mmio,
there needs a select of REGMAP_MMIO in the Kconfig to ensure that
regmap-mmio is actually enabled.
Signed-off-by: Xiubo Li
Signed-off-by: Mark Brown
---
This patch is pulled back from upstream with few backport changes:
commit 7d150c60f1a29c62e115e0ee2a5678400e724873
Change-Id: I61f6b089ff036b249976c1081afaa04974caca5e
Reviewed-on: http://git.am.freescale.net:8181/21478
Tested-by: Review Code-CDREVIEW
Reviewed-by: Chao Fu
Reviewed-by: Zhengxiong Jin
diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig
index f5ad1b2..5acb70b 100644
--- a/sound/soc/fsl/Kconfig
+++ b/sound/soc/fsl/Kconfig
@@ -1,5 +1,6 @@
config SND_SOC_FSL_SAI
tristate
+ select REGMAP_MMIO
select SND_SOC_GENERIC_DMAENGINE_PCM
config SND_SOC_FSL_SSI
--
cgit v0.10.2