summaryrefslogtreecommitdiff
path: root/sound/soc/sa11x0/Kconfig
blob: 81ba6f9bccc8cd3d213745553fe654b192ab2caa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
config SND_SOC_SA11X0_SSP
	tristate
	depends on DMA_SA11X0
	select SND_SOC_GENERIC_DMAENGINE_PCM

config SND_SA11X0_ASSABET
	tristate "SoC Audio support for the Intel Assabet board"
	depends on SA1100_ASSABET && DMA_SA11X0
	select SND_SOC_L3
	select SND_SOC_UDA134X
	select SND_SOC_SA11X0_SSP
	help
	  Enable support for the audio UDA1341 codec found on the Intel
	  Assabet SA-1110 development board.

config SND_SA11X0_H3XXX
	tristate "SoC Audio support for H3xxx iPAQ"
	depends on (SA1100_H3100 || SA1100_H3600) && DMA_SA11X0
	select SND_SOC_L3
	select SND_SOC_UDA134X
	select SND_SOC_SA11X0_SSP
	help
	  Enable support for the audio UDA1341 codec found on the iPAQ
	  H3100 and H3600 platforms.