Kconfig 1.3 KB

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