diff options
Diffstat (limited to 'sound/soc/s3c24xx/Kconfig')
-rw-r--r-- | sound/soc/s3c24xx/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sound/soc/s3c24xx/Kconfig b/sound/soc/s3c24xx/Kconfig new file mode 100644 index 000000000000..044a3712077a --- /dev/null +++ b/sound/soc/s3c24xx/Kconfig | |||
@@ -0,0 +1,10 @@ | |||
1 | config SND_S3C24XX_SOC | ||
2 | tristate "SoC Audio for the Samsung S3C24XX chips" | ||
3 | depends on ARCH_S3C2410 && SND_SOC | ||
4 | help | ||
5 | Say Y or M if you want to add support for codecs attached to | ||
6 | the S3C24XX AC97, I2S or SSP interface. You will also need | ||
7 | to select the audio interfaces to support below. | ||
8 | |||
9 | config SND_S3C24XX_SOC_I2S | ||
10 | tristate | ||