forked from Minki/linux
86e1f0df2f
This patch builds the Samsung S3C24xx audio DMA and I2S drivers. Signed-off-by: Graeme Gregory <gg@opensource.wolfsonmicro.com> Signed-off-by: Liam Girdwood <lg@opensource.wolfsonmicro.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
17 lines
397 B
Plaintext
17 lines
397 B
Plaintext
menu "SoC Audio for the Samsung S3C24XX"
|
|
|
|
config SND_S3C24XX_SOC
|
|
tristate "SoC Audio for the Samsung S3C24XX chips"
|
|
depends on ARCH_S3C2410 && SND
|
|
select SND_PCM
|
|
help
|
|
Say Y or M if you want to add support for codecs attached to
|
|
the S3C24XX AC97, I2S or SSP interface. You will also need
|
|
to select the audio interfaces to support below.
|
|
|
|
config SND_S3C24XX_SOC_I2S
|
|
tristate
|
|
|
|
endmenu
|
|
|