Kconfig 1.3 KB

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