X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=sound%2FKconfig;h=97532bbc2ccba8fb301a6dfdd9991a3694012381;hb=8da3430d8a7f885c2bf65121181d76c9d290a86e;hp=95949b6806acbdf9580b23b10e5e9cac8722df3e;hpb=4c1ac1b49122b805adfa4efc620592f68dccf5db;p=linux-2.6 diff --git a/sound/Kconfig b/sound/Kconfig index 95949b6806..97532bbc2c 100644 --- a/sound/Kconfig +++ b/sound/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