2
1

Config.in 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. config BR2_PACKAGE_ALSA_UTILS
  2. bool "alsa-utils"
  3. default n
  4. depends on BR2_PACKAGE_ALSA_LIB
  5. depends on BR2_PACKAGE_NCURSES
  6. help
  7. This package contains the command line utilities for the ALSA
  8. project.
  9. http://www.alsa-project.org/
  10. comment "alsa-utils needs ncurses"
  11. depends on BR2_PACKAGE_ALSA_LIB
  12. depends on !BR2_PACKAGE_NCURSES
  13. menu "ALSA utils selection"
  14. depends on BR2_PACKAGE_ALSA_UTILS
  15. config BR2_PACKAGE_ALSA_UTILS_ALSACONF
  16. bool "alsaconf"
  17. default n
  18. depends on BR2_PACKAGE_ALSA_UTILS
  19. config BR2_PACKAGE_ALSA_UTILS_ALSACTL
  20. bool "alsactl"
  21. default y
  22. depends on BR2_PACKAGE_ALSA_UTILS
  23. config BR2_PACKAGE_ALSA_UTILS_ALSAMIXER
  24. bool "alsamixer"
  25. default y
  26. depends on BR2_PACKAGE_ALSA_UTILS
  27. config BR2_PACKAGE_ALSA_UTILS_AMIDI
  28. bool "amidi"
  29. default n
  30. depends on BR2_PACKAGE_ALSA_UTILS
  31. config BR2_PACKAGE_ALSA_UTILS_AMIXER
  32. bool "amixer"
  33. default n
  34. depends on BR2_PACKAGE_ALSA_UTILS
  35. config BR2_PACKAGE_ALSA_UTILS_APLAY
  36. bool "aplay"
  37. default n
  38. select BR2_LARGEFILE
  39. depends on BR2_PACKAGE_ALSA_UTILS
  40. config BR2_PACKAGE_ALSA_UTILS_ARECORD
  41. bool "arecord"
  42. default n
  43. depends on BR2_PACKAGE_ALSA_UTILS
  44. config BR2_PACKAGE_ALSA_UTILS_IECSET
  45. bool "iecset"
  46. default n
  47. depends on BR2_PACKAGE_ALSA_UTILS
  48. config BR2_PACKAGE_ALSA_UTILS_ACONNECT
  49. bool "aconnect"
  50. default n
  51. depends on BR2_PACKAGE_ALSA_UTILS
  52. config BR2_PACKAGE_ALSA_UTILS_APLAYMIDI
  53. bool "aplaymidi"
  54. default n
  55. depends on BR2_PACKAGE_ALSA_UTILS
  56. config BR2_PACKAGE_ALSA_UTILS_ARECORDMIDI
  57. bool "arecordmidi"
  58. default n
  59. depends on BR2_PACKAGE_ALSA_UTILS
  60. config BR2_PACKAGE_ALSA_UTILS_ASEQDUMP
  61. bool "aseqdump"
  62. default n
  63. depends on BR2_PACKAGE_ALSA_UTILS
  64. config BR2_PACKAGE_ALSA_UTILS_ASEQNET
  65. bool "aseqnet"
  66. default n
  67. depends on BR2_PACKAGE_ALSA_UTILS
  68. config BR2_PACKAGE_ALSA_UTILS_SPEAKER_TEST
  69. bool "speaker-test"
  70. default n
  71. depends on BR2_PACKAGE_ALSA_UTILS
  72. endmenu