X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=sound%2Fppc%2FKconfig;h=cacb0b1368833d6d2055ee0bffdba03db273dec1;hb=b310f381d220b2c6e3fab16e8c6e4ca13eea75b2;hp=a3fb1496e4dc797609d0186af5d4ba5ae2b696ef;hpb=db9edfd7e339ca4113153d887e782dd05be5a9eb;p=sfrench%2Fcifs-2.6.git diff --git a/sound/ppc/Kconfig b/sound/ppc/Kconfig index a3fb1496e4dc..cacb0b136883 100644 --- a/sound/ppc/Kconfig +++ b/sound/ppc/Kconfig @@ -33,3 +33,23 @@ config SND_POWERMAC_AUTO_DRC option. endmenu + +menu "ALSA PowerPC devices" + depends on SND!=n && ( PPC64 || PPC32 ) + +config SND_PS3 + tristate "PS3 Audio support" + depends on SND && PS3_PS3AV + select SND_PCM + default m + help + Say Y here to include support for audio on the PS3 + + To compile this driver as a module, choose M here: the module + will be called snd_ps3. + +config SND_PS3_DEFAULT_START_DELAY + int "Startup delay time in ms" + depends on SND_PS3 + default "2000" +endmenu