Skip to content

Commit

Permalink
ASoC: fsl: Allow to select individual common options
Browse files Browse the repository at this point in the history
This patch allow to select individual common sound options and
as a result allow using sound cards/codecs based on DT description.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Mark Brown <broonie@linaro.org>
  • Loading branch information
Alexander Shiyan authored and Mark Brown committed Apr 14, 2014
1 parent eba9e06 commit 204dec9
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions sound/soc/fsl/Kconfig
Original file line number Diff line number Diff line change
@@ -1,16 +1,28 @@
menu "SoC Audio for Freescale CPUs"

comment "Common SoC Audio options for Freescale CPUs:"

config SND_SOC_FSL_SAI
tristate
select REGMAP_MMIO
select SND_SOC_GENERIC_DMAENGINE_PCM

config SND_SOC_FSL_SSI
tristate
tristate "Synchronous Serial Interface module support"
help
Say Y if you want to add Synchronous Serial Interface (SSI)
support for the Freescale CPUs.
This option is only useful for out-of-tree drivers since
in-tree drivers select it automatically.

config SND_SOC_FSL_SPDIF
tristate
tristate "Sony/Philips Digital Interface module support"
select REGMAP_MMIO
help
Say Y if you want to add Sony/Philips Digital Interface (SPDIF)
support for the Freescale CPUs.
This option is only useful for out-of-tree drivers since
in-tree drivers select it automatically.

config SND_SOC_FSL_ESAI
tristate
Expand All @@ -25,7 +37,12 @@ config SND_SOC_IMX_PCM_DMA
select SND_SOC_GENERIC_DMAENGINE_PCM

config SND_SOC_IMX_AUDMUX
tristate
tristate "Digital Audio Mux module support"
help
Say Y if you want to add Digital Audio Mux (AUDMUX) support
for the ARM i.MX CPUs.
This option is only useful for out-of-tree drivers since
in-tree drivers select it automatically.

config SND_POWERPC_SOC
tristate "SoC Audio for Freescale PowerPC CPUs"
Expand Down

0 comments on commit 204dec9

Please sign in to comment.