diff options
author | Jassi Brar <jassi.brar@samsung.com> | 2010-11-22 01:36:59 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-11-23 09:06:58 -0500 |
commit | 1c7ac01807ac89dee5e2ebf8f43fbc4cbba24af6 (patch) | |
tree | ae6669a6ffac6a7509c47844ebab90ef27f357a4 /sound/soc/s3c24xx/Kconfig | |
parent | 0068402c58d5f3e21b863de881508248f29b464f (diff) |
ASoC: Samsung: Add common I2S driver
The I2S controllers since S3C64XX are incremental revisions, with
a new feature added to the last one. The programming i/f doesn't
conflict between these revisions, so it is possible to have one
common driver that could manage various versions of I2S (v3, 4 & 5)
Signed-off-by: Jassi Brar <jassi.brar@samsung.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/s3c24xx/Kconfig')
-rw-r--r-- | sound/soc/s3c24xx/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/s3c24xx/Kconfig b/sound/soc/s3c24xx/Kconfig index 226f831d46f7..ec870baf6d7a 100644 --- a/sound/soc/s3c24xx/Kconfig +++ b/sound/soc/s3c24xx/Kconfig | |||
@@ -41,6 +41,9 @@ config SND_S5P_SOC_SPDIF | |||
41 | tristate | 41 | tristate |
42 | select SND_SOC_SPDIF | 42 | select SND_SOC_SPDIF |
43 | 43 | ||
44 | config SND_SAMSUNG_I2S | ||
45 | tristate | ||
46 | |||
44 | config SND_S3C24XX_SOC_NEO1973_WM8753 | 47 | config SND_S3C24XX_SOC_NEO1973_WM8753 |
45 | tristate "SoC I2S Audio support for NEO1973 - WM8753" | 48 | tristate "SoC I2S Audio support for NEO1973 - WM8753" |
46 | depends on SND_S3C24XX_SOC && MACH_NEO1973_GTA01 | 49 | depends on SND_S3C24XX_SOC && MACH_NEO1973_GTA01 |