diff options
author | Ben Dooks <ben@simtec.co.uk> | 2009-03-03 19:49:31 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-03-06 08:37:08 -0500 |
commit | f8cf8176c7fc2c790e900595755b93e30633754d (patch) | |
tree | ae20b9200fae1b94b5945b4a25fbc7b028f7acc6 /sound/soc/s3c24xx/Kconfig | |
parent | dc85447b196a683784eb85654c436fd58c3e2ed1 (diff) |
ASoC: Add s3c64xx-i2s support
Add the initial code to support the S3C64XX I2S hardware using the
s3c-i2s-v2 core code.
Signed-off-by: Ben Dooks <ben@simtec.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 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sound/soc/s3c24xx/Kconfig b/sound/soc/s3c24xx/Kconfig index bd98adaa5b0b..036a4965c950 100644 --- a/sound/soc/s3c24xx/Kconfig +++ b/sound/soc/s3c24xx/Kconfig | |||
@@ -1,6 +1,6 @@ | |||
1 | config SND_S3C24XX_SOC | 1 | config SND_S3C24XX_SOC |
2 | tristate "SoC Audio for the Samsung S3C24XX chips" | 2 | tristate "SoC Audio for the Samsung S3C24XX chips" |
3 | depends on ARCH_S3C2410 | 3 | depends on ARCH_S3C2410 || ARCH_S3C64XX |
4 | help | 4 | help |
5 | Say Y or M if you want to add support for codecs attached to | 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 | 6 | the S3C24XX AC97, I2S or SSP interface. You will also need |
@@ -16,6 +16,10 @@ config SND_S3C2412_SOC_I2S | |||
16 | tristate | 16 | tristate |
17 | select SND_S3C_I2SV2_SOC | 17 | select SND_S3C_I2SV2_SOC |
18 | 18 | ||
19 | config SND_S3C64XX_SOC_I2S | ||
20 | tristate | ||
21 | select SND_S3C_I2SV2_SOC | ||
22 | |||
19 | config SND_S3C2443_SOC_AC97 | 23 | config SND_S3C2443_SOC_AC97 |
20 | tristate | 24 | tristate |
21 | select AC97_BUS | 25 | select AC97_BUS |