Kconfig 362 B

123456789101112131415
  1. # ALSA PA-RISC drivers
  2. menu "GSC devices"
  3. depends on SND!=n && GSC
  4. config SND_HARMONY
  5. tristate "Harmony/Vivace sound chip"
  6. depends on SND
  7. select SND_PCM
  8. help
  9. Say 'Y' or 'M' to include support for the Harmony/Vivace sound
  10. chip found in most GSC-based PA-RISC workstations. It's frequently
  11. provided as part of the Lasi multi-function IC.
  12. endmenu