From: Kuninori Morimoto Date: Thu, 7 Nov 2013 08:56:28 +0000 (-0800) Subject: ASoC: rcar: select REGMAP X-Git-Tag: v3.13-rc3~12^2~1^2^7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0fb50e5539c1525939b89c1813b60cc72f90a3e1;p=platform%2Fkernel%2Flinux-exynos.git ASoC: rcar: select REGMAP 55e5b6fd5af04b6d8b0ac6635edf49476ff298ba (ASoC: rsnd: use regmap instead of original register mapping method) support regmap/regmap_field on Renesas sound driver. It needs CONFIG_REGMAP now. Signed-off-by: Kuninori Morimoto Signed-off-by: Mark Brown --- diff --git a/sound/soc/sh/Kconfig b/sound/soc/sh/Kconfig index 14011d9..ff60e11 100644 --- a/sound/soc/sh/Kconfig +++ b/sound/soc/sh/Kconfig @@ -37,6 +37,7 @@ config SND_SOC_SH4_SIU config SND_SOC_RCAR tristate "R-Car series SRU/SCU/SSIU/SSI support" select SND_SIMPLE_CARD + select REGMAP help This option enables R-Car SUR/SCU/SSIU/SSI sound support