diff options
author | Xiubo Li <Li.Xiubo@freescale.com> | 2014-04-30 06:10:05 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-05-01 14:08:29 -0400 |
commit | b71fc4e6c9eb1b5ce1c0861825835da273367104 (patch) | |
tree | 4b00168a29d89b9b20c2785ac8ecd56ba0047410 /sound/soc/fsl/Kconfig | |
parent | e9ffb5ba4de17f14ca592e06a397c85541a72c7d (diff) |
ASoC: fsl: Allow to select SAI device individually
This will be useful for out-of-tree drivers since in-tree drivers
could select it automatically.
Signed-off-by: Xiubo Li <Li.Xiubo@freescale.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/fsl/Kconfig')
-rw-r--r-- | sound/soc/fsl/Kconfig | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig index 7a7eaf32158f..fb73e358b552 100644 --- a/sound/soc/fsl/Kconfig +++ b/sound/soc/fsl/Kconfig | |||
@@ -3,9 +3,14 @@ menu "SoC Audio for Freescale CPUs" | |||
3 | comment "Common SoC Audio options for Freescale CPUs:" | 3 | comment "Common SoC Audio options for Freescale CPUs:" |
4 | 4 | ||
5 | config SND_SOC_FSL_SAI | 5 | config SND_SOC_FSL_SAI |
6 | tristate | 6 | tristate "Synchronous Audio Interface (SAI) module support" |
7 | select REGMAP_MMIO | 7 | select REGMAP_MMIO |
8 | select SND_SOC_GENERIC_DMAENGINE_PCM | 8 | select SND_SOC_GENERIC_DMAENGINE_PCM |
9 | help | ||
10 | Say Y if you want to add Synchronous Audio Interface (SAI) | ||
11 | support for the Freescale CPUs. | ||
12 | This option is only useful for out-of-tree drivers since | ||
13 | in-tree drivers select it automatically. | ||
9 | 14 | ||
10 | config SND_SOC_FSL_SSI | 15 | config SND_SOC_FSL_SSI |
11 | tristate "Synchronous Serial Interface module support" | 16 | tristate "Synchronous Serial Interface module support" |