diff options
Diffstat (limited to 'sound/soc/pxa/Kconfig')
-rw-r--r-- | sound/soc/pxa/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sound/soc/pxa/Kconfig b/sound/soc/pxa/Kconfig index 18a40dc8ad9d..12f6ac99b04c 100644 --- a/sound/soc/pxa/Kconfig +++ b/sound/soc/pxa/Kconfig | |||
@@ -62,3 +62,12 @@ config SND_PXA2XX_SOC_E800 | |||
62 | help | 62 | help |
63 | Say Y if you want to add support for SoC audio on the | 63 | Say Y if you want to add support for SoC audio on the |
64 | Toshiba e800 PDA | 64 | Toshiba e800 PDA |
65 | |||
66 | config SND_PXA2XX_SOC_EM_X270 | ||
67 | tristate "SoC Audio support for CompuLab EM-x270" | ||
68 | depends on SND_PXA2XX_SOC && MACH_EM_X270 | ||
69 | select SND_PXA2XX_SOC_AC97 | ||
70 | select SND_SOC_WM9712 | ||
71 | help | ||
72 | Say Y if you want to add support for SoC audio on | ||
73 | CompuLab EM-x270. | ||