]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - sound/oss/Kconfig
h63xx: tsc2101 alsa sound support
[linux-2.6-omap-h63xx.git] / sound / oss / Kconfig
index 88e52dc84c096b94514fd2e4ed76761edaceb42a..74cbb833a0c39cd4ca4cc63360780337ad068578 100644 (file)
@@ -5,6 +5,35 @@
 #
 # 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 || MACH_OMAP_H4 || MACH_OMAP_APOLLON || MACH_OMAP_H6300)
+       select OMAP_TSC2101 if ( MACH_OMAP_H2 || MACH_OMAP_H3 || MACH_OMAP_H6300 )
+       select OMAP_UWIRE if ARCH_OMAP1
+       ---help---
+         Tsc2101 Audio Codec Driver for OMAP will be enabled.
+         Will also Enable the following:
+         case OMAP1:
+         1. uWire Driver based on Platform
+         2. TSC2101 Glue driver
+         case OMAP2:
+         1. McSPI 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 SENSORS_TLV320AIC23 if ARCH_OMAP
+       ---help---
+         AIC23 Audio Codec Driver for OMAP will be enabled.
+         Additionally, AIC23 I2C support is enabled.
+
 config OBSOLETE_OSS_DRIVER
        bool "Obsolete OSS drivers"
        depends on SOUND_PRIME