Kconfig 765 B

12345678910111213141516171819202122232425262728293031323334
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. # ALSA PCMCIA drivers
  3. menuconfig SND_PCMCIA
  4. bool "PCMCIA sound devices"
  5. depends on PCMCIA
  6. default y
  7. help
  8. Support for sound devices connected via the PCMCIA bus.
  9. if SND_PCMCIA && PCMCIA
  10. config SND_VXPOCKET
  11. tristate "Digigram VXpocket"
  12. select SND_VX_LIB
  13. help
  14. Say Y here to include support for Digigram VXpocket and
  15. VXpocket 440 soundcards.
  16. To compile this driver as a module, choose M here: the module
  17. will be called snd-vxpocket.
  18. config SND_PDAUDIOCF
  19. tristate "Sound Core PDAudioCF"
  20. select SND_PCM
  21. help
  22. Say Y here to include support for Sound Core PDAudioCF
  23. soundcards.
  24. To compile this driver as a module, choose M here: the module
  25. will be called snd-pdaudiocf.
  26. endif # SND_PCMCIA