X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=sound%2FKconfig;h=b2a2db47aff54820e02a635655f4c06ce8a92b1a;hb=c67582b195fb5deb24808ebbafb41045f1a61425;hp=d8f11408ce274a2b2c67256d0ec07d3c3a828bdd;hpb=4b0940f8117b6cdf7e7c27bdecc29931f18c81ed;p=safe%2Fjmp%2Flinux-2.6 diff --git a/sound/Kconfig b/sound/Kconfig index d8f1140..b2a2db4 100644 --- a/sound/Kconfig +++ b/sound/Kconfig @@ -2,6 +2,7 @@ # menu "Sound" + depends on HAS_IOMEM config SOUND tristate "Sound card support" @@ -48,14 +49,6 @@ config SND For more information, see -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 +59,23 @@ source "sound/pci/Kconfig" source "sound/ppc/Kconfig" +source "sound/aoa/Kconfig" + source "sound/arm/Kconfig" +if SPI +source "sound/spi/Kconfig" +endif + source "sound/mips/Kconfig" -# the following will depenend on the order of config. +source "sound/sh/Kconfig" + +# 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" @@ -82,6 +83,8 @@ source "sound/sparc/Kconfig" source "sound/parisc/Kconfig" +source "sound/soc/Kconfig" + endmenu menu "Open Sound System" @@ -99,4 +102,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