Kconfig 966 B

1234567891011121314151617181920212223242526272829303132333435
  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