Kconfig 458 B

1234567891011121314151617181920
  1. # ALSA PA-RISC drivers
  2. menuconfig SND_GSC
  3. bool "GSC sound devices"
  4. depends on GSC
  5. default y
  6. help
  7. Support for GSC sound devices on PA-RISC architectures.
  8. if SND_GSC
  9. config SND_HARMONY
  10. tristate "Harmony/Vivace sound chip"
  11. select SND_PCM
  12. help
  13. Say 'Y' or 'M' to include support for the Harmony/Vivace sound
  14. chip found in most GSC-based PA-RISC workstations. It's frequently
  15. provided as part of the Lasi multi-function IC.
  16. endif # SND_GSC