1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-02 05:21:54 +02:00
openwrt-xburst/target/linux/ubicom32/files/sound/ubicom32/Kconfig
kaloz 1a29ef8e97 [ubicom32]: move new files out from platform support patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19815 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-22 13:54:47 +00:00

43 lines
929 B
Plaintext

# 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