diff options
Diffstat (limited to 'sound/soc/fsl/Kconfig')
-rw-r--r-- | sound/soc/fsl/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig index 3bce952d7c5f..79579ae5b241 100644 --- a/sound/soc/fsl/Kconfig +++ b/sound/soc/fsl/Kconfig | |||
@@ -39,4 +39,11 @@ config SND_SOC_MPC5200_AC97 | |||
39 | help | 39 | help |
40 | Say Y here to support the MPC5200 PSCs in AC97 mode. | 40 | Say Y here to support the MPC5200 PSCs in AC97 mode. |
41 | 41 | ||
42 | config SND_MPC52xx_SOC_PCM030 | ||
43 | tristate "SoC AC97 Audio support for Phytec pcm030 and WM9712" | ||
44 | depends on PPC_MPC5200_SIMPLE | ||
45 | select SND_SOC_MPC5200_AC97 | ||
46 | select SND_SOC_WM9712 | ||
47 | help | ||
48 | Say Y if you want to add support for sound on the Phytec pcm030 baseboard. | ||
42 | 49 | ||