Kconfig 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. # ALSA PowerMac drivers
  2. menu "ALSA PowerMac devices"
  3. depends on SND!=n && PPC
  4. comment "ALSA PowerMac requires I2C"
  5. depends on SND && I2C=n
  6. comment "ALSA PowerMac requires INPUT"
  7. depends on SND && INPUT=n
  8. config SND_POWERMAC
  9. tristate "PowerMac (AWACS, DACA, Burgundy, Tumbler, Keywest)"
  10. depends on SND && I2C && INPUT && PPC_PMAC
  11. select SND_PCM
  12. help
  13. Say Y here to include support for the integrated sound device.
  14. To compile this driver as a module, choose M here: the module
  15. will be called snd-powermac.
  16. config SND_POWERMAC_AUTO_DRC
  17. bool "Toggle DRC automatically at headphone/line plug-in"
  18. depends on SND_POWERMAC
  19. default y
  20. help
  21. Say Y here to enable the automatic toggle of DRC (dynamic
  22. range compression) on Tumbler/Snapper.
  23. If this feature is enabled, DRC is turned off when the
  24. headphone/line jack is plugged, and turned on when unplugged.
  25. Note that you can turn on/off DRC manually even without this
  26. option.
  27. endmenu
  28. menu "ALSA PowerPC devices"
  29. depends on SND!=n && ( PPC64 || PPC32 )
  30. config SND_PS3
  31. tristate "PS3 Audio support"
  32. depends on SND && PS3_PS3AV
  33. select SND_PCM
  34. default m
  35. help
  36. Say Y here to include support for audio on the PS3
  37. To compile this driver as a module, choose M here: the module
  38. will be called snd_ps3.
  39. config SND_PS3_DEFAULT_START_DELAY
  40. int "Startup delay time in ms"
  41. depends on SND_PS3
  42. default "2000"
  43. endmenu