1config BR2_PACKAGE_SBC
2	bool "sbc"
3	help
4	  An audio codec to connect bluetooth high quality audio
5	  devices like headphones or loudspeakers.
6
7	  http://www.bluez.org/
8
9if BR2_PACKAGE_SBC
10
11config BR2_PACKAGE_SBC_TOOLS
12	bool "tools"
13	select BR2_PACKAGE_LIBSNDFILE
14	help
15	  Build the command-line SBC tools as well as the library.
16
17endif
18