diff options
Diffstat (limited to 'sound/soc/ep93xx/Kconfig')
-rw-r--r-- | sound/soc/ep93xx/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sound/soc/ep93xx/Kconfig b/sound/soc/ep93xx/Kconfig index 108e5ff3ffc2..57429041189c 100644 --- a/sound/soc/ep93xx/Kconfig +++ b/sound/soc/ep93xx/Kconfig | |||
@@ -21,3 +21,12 @@ config SND_EP93XX_SOC_SNAPPERCL15 | |||
21 | help | 21 | help |
22 | Say Y or M here if you want to add support for I2S audio on the | 22 | Say Y or M here if you want to add support for I2S audio on the |
23 | Bluewater Systems Snapper CL15 module. | 23 | Bluewater Systems Snapper CL15 module. |
24 | |||
25 | config SND_EP93XX_SOC_SIMONE | ||
26 | tristate "SoC Audio support for Simplemachines Sim.One board" | ||
27 | depends on SND_EP93XX_SOC && MACH_SIM_ONE | ||
28 | select SND_EP93XX_SOC_AC97 | ||
29 | select SND_SOC_AC97_CODEC | ||
30 | help | ||
31 | Say Y or M here if you want to add support for AC97 audio on the | ||
32 | Simplemachines Sim.One board. | ||