Kconfig 725 B

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