Kconfig 645 B

12345678910111213141516171819202122232425262728
  1. # ALSA PCMCIA drivers
  2. menu "PCMCIA devices"
  3. depends on SND!=n && PCMCIA
  4. config SND_VXPOCKET
  5. tristate "Digigram VXpocket"
  6. depends on SND && PCMCIA
  7. select SND_VX_LIB
  8. help
  9. Say Y here to include support for Digigram VXpocket and
  10. VXpocket 440 soundcards.
  11. To compile this driver as a module, choose M here: the module
  12. will be called snd-vxpocket.
  13. config SND_PDAUDIOCF
  14. tristate "Sound Core PDAudioCF"
  15. depends on SND && PCMCIA
  16. select SND_PCM
  17. help
  18. Say Y here to include support for Sound Core PDAudioCF
  19. soundcards.
  20. To compile this driver as a module, choose M here: the module
  21. will be called snd-pdaudiocf.
  22. endmenu