65c5a1aa266ac382c83b9240f685abce3c6d447b
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / tinyalsa / Config.in
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
7           The aims are:
8
9           - Provide a basic pcm and mixer API
10           - If it's not absolutely needed, don't add it to the API
11           - Avoid supporting complex and unnecessary operations that could be dealt
12             with at a higher level
13
14           https://github.com/tinyalsa/tinyalsa
15
16 comment "tinyalsa needs toolchain w/ dynamic library"
17         depends on BR2_STATIC_LIBS