Config.in 674 B

1234567891011121314151617181920212223242526
  1. config BR2_PACKAGE_TINYALSA
  2. bool "tinyalsa"
  3. depends on !BR2_STATIC_LIBS
  4. help
  5. a small library to interface with ALSA in the Linux kernel
  6. The aims are:
  7. - Provide a basic pcm and mixer API
  8. - If it's not absolutely needed, don't add it to the API
  9. - Avoid supporting complex and unnecessary operations that
  10. could be dealt with at a higher level
  11. https://github.com/tinyalsa/tinyalsa
  12. if BR2_PACKAGE_TINYALSA
  13. config BR2_PACKAGE_TINYALSA_TOOLS
  14. bool "tinyalsa tools"
  15. help
  16. Build utility tools (tinyplay, tinycap, tinymix, tinypcminfo)
  17. endif #BR2_PACKAGE_TINYALSA
  18. comment "tinyalsa needs a toolchain w/ dynamic library"
  19. depends on BR2_STATIC_LIBS