Kconfig 1.3 KB

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