aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ubicom32/files/sound/ubicom32/Kconfig
blob: c57bd34d970fc0c70e68459412e9083facfb1aa0 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# ALSA Ubicom32 drivers

menuconfig SND_UBI32
	tristate "Ubicom32 sound devices"
	select SND_PCM
	default n
	help
	  Say Y here to include support for audio on the Ubicom32 platform.
	  To compile this driver as a module, say M here: the module will be
	  called snd_ubi32.

if SND_UBI32

config SND_UBI32_AUDIO_GENERIC_CAPTURE
	bool "Generic Capture Support"
	default n
	help
	  Use this option to support ADCs which don't require special drivers.

config SND_UBI32_AUDIO_GENERIC
	bool "Generic Playback Support"
	default n
	help
	  Use this option to support DACs which don't require special drivers.

comment "I2C Based Codecs"

config SND_UBI32_AUDIO_CS4350
	bool "Cirrus Logic CS4350 DAC"
	depends on I2C
	default n
	help
	  Support for the Cirrus Logic CS4350 DAC.

config SND_UBI32_AUDIO_CS4384
	bool "Cirrus Logic CS4384 DAC"
	depends on I2C
	default n
	help
	  Support for the Cirrus Logic CS4384 DAC.

endif #SND_UBI32