]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - sound/Kconfig
[ALSA] sound: Don't include i2c-dev.h
[linux-2.6-omap-h63xx.git] / sound / Kconfig
index d8f11408ce274a2b2c67256d0ec07d3c3a828bdd..9d77300746c648cdc6f9700605bc6666257fa5ca 100644 (file)
@@ -48,14 +48,6 @@ config SND
 
          For more information, see <http://www.alsa-project.org/>
 
-config SND_AC97_CODEC
-       tristate
-       select SND_PCM
-       select SND_AC97_BUS
-
-config SND_AC97_BUS
-       tristate
-
 source "sound/core/Kconfig"
 
 source "sound/drivers/Kconfig"
@@ -66,15 +58,17 @@ source "sound/pci/Kconfig"
 
 source "sound/ppc/Kconfig"
 
+source "sound/aoa/Kconfig"
+
 source "sound/arm/Kconfig"
 
 source "sound/mips/Kconfig"
 
-# the following will depenend on the order of config.
+# the following will depend on the order of config.
 # here assuming USB is defined before ALSA
 source "sound/usb/Kconfig"
 
-# the following will depenend on the order of config.
+# the following will depend on the order of config.
 # here assuming PCMCIA is defined before ALSA
 source "sound/pcmcia/Kconfig"
 
@@ -99,4 +93,12 @@ endmenu
 
 endif
 
+config AC97_BUS
+       tristate
+       help
+         This is used to avoid config and link hard dependencies between the
+         sound subsystem and other function drivers completely unrelated to
+         sound although they're sharing the AC97 bus. Concerned drivers
+         should "select" this.
+
 endmenu