Kconfig 788 B

1234567891011121314151617181920212223242526272829303132333435
  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. depends on HAS_IOPORT
  7. default y
  8. help
  9. Support for sound devices connected via the PCMCIA bus.
  10. if SND_PCMCIA && PCMCIA
  11. config SND_VXPOCKET
  12. tristate "Digigram VXpocket"
  13. select SND_VX_LIB
  14. help
  15. Say Y here to include support for Digigram VXpocket and
  16. VXpocket 440 soundcards.
  17. To compile this driver as a module, choose M here: the module
  18. will be called snd-vxpocket.
  19. config SND_PDAUDIOCF
  20. tristate "Sound Core PDAudioCF"
  21. select SND_PCM
  22. help
  23. Say Y here to include support for Sound Core PDAudioCF
  24. soundcards.
  25. To compile this driver as a module, choose M here: the module
  26. will be called snd-pdaudiocf.
  27. endif # SND_PCMCIA