X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=sound%2FKconfig;h=97532bbc2ccba8fb301a6dfdd9991a3694012381;hb=1714f9bfc92d6ee67e84127332a1fae27772acfe;hp=e0d791a9845246b907fde876d441b46852c4268f;hpb=c71bd6944eb1458b7887af1783101f5a46140c40;p=powerpc.git diff --git a/sound/Kconfig b/sound/Kconfig index e0d791a984..97532bbc2c 100644 --- a/sound/Kconfig +++ b/sound/Kconfig @@ -64,11 +64,11 @@ 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" @@ -76,6 +76,8 @@ source "sound/sparc/Kconfig" source "sound/parisc/Kconfig" +source "sound/soc/Kconfig" + endmenu menu "Open Sound System" @@ -93,4 +95,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