diff options
author | Jon Smirl <jonsmirl@gmail.com> | 2009-05-26 08:34:14 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-05-26 16:13:02 -0400 |
commit | 6ffee43ecf8bfbe0bd74c9084c9772a59097d53b (patch) | |
tree | 19013a2bb9582b56afc17c24dbd7a231e3614136 /sound/soc/fsl/Kconfig | |
parent | a9262c4fd404654acd3684699047fa63206518c8 (diff) |
ASoC: Fabric bindings for STAC9766 on the Efika
Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/fsl/Kconfig')
-rw-r--r-- | sound/soc/fsl/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig index 79579ae5b241..f571c6eef58f 100644 --- a/sound/soc/fsl/Kconfig +++ b/sound/soc/fsl/Kconfig | |||
@@ -47,3 +47,11 @@ config SND_MPC52xx_SOC_PCM030 | |||
47 | help | 47 | help |
48 | Say Y if you want to add support for sound on the Phytec pcm030 baseboard. | 48 | Say Y if you want to add support for sound on the Phytec pcm030 baseboard. |
49 | 49 | ||
50 | config SND_MPC52xx_SOC_EFIKA | ||
51 | tristate "SoC AC97 Audio support for bbplan Efika and STAC9766" | ||
52 | depends on PPC_EFIKA | ||
53 | select SND_SOC_MPC5200_AC97 | ||
54 | select SND_SOC_STAC9766 | ||
55 | help | ||
56 | Say Y if you want to add support for sound on the Efika. | ||
57 | |||