1config BR2_PACKAGE_LV2
2	bool "lv2"
3	help
4	  LV2 is a plugin standard for audio systems. It defines
5	  a minimal yet extensible C API for plugin code and a
6	  format for plugin "bundles".
7
8	  https://lv2plug.in/
9