]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - sound/oss/Kconfig
Add OMAP audio driver
[linux-2.6-omap-h63xx.git] / sound / oss / Kconfig
index a9602f89d6b1c4bfaaf6bb36b5e2bc508745141e..f78444ff5082b31e45a4fbbf9e53de744094f1ab 100644 (file)
@@ -4,6 +4,33 @@
 # More hacking for modularisation.
 #
 # Prompt user for primary drivers.
+config SOUND_OMAP
+       tristate "OMAP Sound Driver"
+       depends on SOUND_PRIME!=n && SOUND && ARCH_OMAP
+       ---help---
+         OMAP Audio driver
+
+config SOUND_OMAP_TSC2101
+       tristate "TSC2101 Stereo Codec"
+       depends on SOUND_OMAP && ( MACH_OMAP_H2 || MACH_OMAP_H3 )
+       select OMAP_TSC2101
+       select OMAP_UWIRE if ARCH_OMAP
+       ---help---
+         Tsc2101 Audio Codec Driver for OMAP will be enabled.
+         Will also Enable the following:
+         1. uWire Driver based on Platform
+         2. TSC2101 Glue driver
+
+config SOUND_OMAP_AIC23
+       tristate "AIC23 Stereo Codec"
+       depends on SOUND_OMAP && ( MACH_OMAP_INNOVATOR || MACH_OMAP_OSK )
+       select OMAP_DSP if ARCH_OMAP
+       select SENSORS_TLV320AIC23 if ARCH_OMAP
+       ---help---
+         AIC23 Audio Codec Driver for OMAP will be enabled.
+         This will also enable OMAP DSP support because McBSP needed for
+         this is a DSP peripheral. Additionally, AIC23 I2C support is enabled.
+
 config SOUND_BT878
        tristate "BT878 audio dma"
        depends on SOUND_PRIME!=n && SOUND